Skip to content

Commit 9faefc2

Browse files
authored
Merge pull request #157 from joshtriplett/repo-reset-typo
src/repo.rs: Fix typo in docs for reset: s/derefernceable/dereferenceable/
2 parents c83a9c0 + 3edcdcd commit 9faefc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repo.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ impl Repository {
462462
/// will be left alone, however.)
463463
///
464464
/// The `target` is a commit-ish to which the head should be moved to. The
465-
/// object can either be a commit or a tag, but tags must be derefernceable
465+
/// object can either be a commit or a tag, but tags must be dereferenceable
466466
/// to a commit.
467467
///
468468
/// The `checkout` options will only be used for a hard reset.

0 commit comments

Comments
 (0)