Skip to content

Commit 16cb29b

Browse files
committed
Minor doc wording update.
1 parent f625d14 commit 16cb29b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ pub type RemoteCreate<'cb> =
6666

6767
/// A builder struct for git tree updates.
6868
///
69-
/// Paths passed to `remove` and `upsert` can be multi-component paths, ie they
69+
/// Paths passed to `remove` and `upsert` can be multi-component paths, i.e. they
7070
/// may contain slashes.
7171
///
72-
/// This is the more-cooked tree update facility. There is also [`TreeBuilder`]
72+
/// This is a higher-level tree update facility. There is also [`TreeBuilder`]
7373
/// which is lower-level (and operates only on one level of the tree at a time).
7474
///
7575
/// [`TreeBuilder`]: crate::TreeBuilder

0 commit comments

Comments
 (0)