Skip to content

Commit 7d755ae

Browse files
authored
Fix "bya" -> "by a" typo (#634)
1 parent 73eee9d commit 7d755ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/remote.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub struct Refspecs<'remote> {
2929
remote: &'remote Remote<'remote>,
3030
}
3131

32-
/// Description of a reference advertised bya remote server, given out on calls
32+
/// Description of a reference advertised by a remote server, given out on calls
3333
/// to `list`.
3434
pub struct RemoteHead<'remote> {
3535
raw: *const raw::git_remote_head,

0 commit comments

Comments
 (0)