diff --git a/src/main/java/org/stellar/sdk/TOID.java b/src/main/java/org/stellar/sdk/TOID.java index ccfb0970d..b719b0ae6 100644 --- a/src/main/java/org/stellar/sdk/TOID.java +++ b/src/main/java/org/stellar/sdk/TOID.java @@ -98,7 +98,7 @@ public static TOID afterLedger(int ledgerSequence) { /** * The inclusive range representation between two ledgers inclusive. The end value points at the - * end+1 ledger so when using this range make sure < comparison is used for the upper bound. + * end+1 ledger, so when using this range makes sure < comparison is used for the upper bound. * * @param from The start ledger sequence. * @param to The end ledger sequence.