Skip to content

Commit

Permalink
repair cargo doc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mundo-68 committed Feb 18, 2024
1 parent a2e26f6 commit befa442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/delta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl Delta {
///
/// Private function to add one operation to the end of the operations vector
///
/// Performs `compaction` by composing [operation] with current tail operation
/// Performs `compaction` by composing `[operation]` with current tail operation
/// of this delta, when possible.
///
/// For instance, if current tail is <br>
Expand Down
2 changes: 1 addition & 1 deletion src/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl<'a> DeltaIterator<'a> {
///
/// Assuming we are on an offset o in an DeltaOperation on Delta operation index i.<br>
/// We return the remaining length of the Delta operation we point to:
/// op[i].len - offset
/// `op[i].len - offset`
///
/// It should never return 0 if our index is being managed correctly
///
Expand Down

0 comments on commit befa442

Please sign in to comment.