Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Feb 15, 2024
1 parent 891495f commit 3719c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Soil-Core/SoilJournalConsistencyVisitor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SoilJournalConsistencyVisitor >> verifyObjectIndexes: aSoilTransactionJournal [
at: entry objectId segment
ifAbsentPut: [ entry objectId index - 1].
(newIndex >= oldIndex) ifFalse: [
Error signal: 'Index consistency check failed: #verifyObjectIndexes:' ].
Error signal: 'Journal consistency check failed: #verifyObjectIndexes:' ].
segments
at: entry objectId segment
put: newIndex ]
Expand Down

0 comments on commit 3719c96

Please sign in to comment.