We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f625d14 commit 16cb29bCopy full SHA for 16cb29b
src/build.rs
@@ -66,10 +66,10 @@ pub type RemoteCreate<'cb> =
66
67
/// A builder struct for git tree updates.
68
///
69
-/// Paths passed to `remove` and `upsert` can be multi-component paths, ie they
+/// Paths passed to `remove` and `upsert` can be multi-component paths, i.e. they
70
/// may contain slashes.
71
72
-/// This is the more-cooked tree update facility. There is also [`TreeBuilder`]
+/// This is a higher-level tree update facility. There is also [`TreeBuilder`]
73
/// which is lower-level (and operates only on one level of the tree at a time).
74
75
/// [`TreeBuilder`]: crate::TreeBuilder
0 commit comments