Skip to content

Commit

Permalink
Update FasterLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Nov 26, 2019
1 parent 237c227 commit db9bf45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/cs/FasterLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ completed. Users update the `CompletedUntilAddress` as follows:
iter.CompleteUntil(long address);
```

The specified address needs to be a valid log address, similar to the `TruncateUntil` call on the log, described
earlier.
The specified address needs to be a valid log address, similar to the `TruncateUntil` call on the log (described below).

You can persist iterators (or more precisely, their `CompletedUntilAddress`) as part of a commit by simply naming
them during their creation. On recovery, if an iterator with the specified name exists, it will be initialized with
Expand Down

0 comments on commit db9bf45

Please sign in to comment.