We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73eee9d commit 7d755aeCopy full SHA for 7d755ae
src/remote.rs
@@ -29,7 +29,7 @@ pub struct Refspecs<'remote> {
29
remote: &'remote Remote<'remote>,
30
}
31
32
-/// Description of a reference advertised bya remote server, given out on calls
+/// Description of a reference advertised by a remote server, given out on calls
33
/// to `list`.
34
pub struct RemoteHead<'remote> {
35
raw: *const raw::git_remote_head,
0 commit comments