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.
2 parents 7ffd7c8 + 3d4b836 commit 25e9f61Copy full SHA for 25e9f61
options.go
@@ -288,7 +288,7 @@ const (
288
289
// ResetOptions describes how a reset operation should be performed.
290
type ResetOptions struct {
291
- // Commit, if commit is pressent set the current branch head (HEAD) to it.
+ // Commit, if commit is present set the current branch head (HEAD) to it.
292
Commit plumbing.Hash
293
// Mode, form resets the current branch head to Commit and possibly updates
294
// the index (resetting it to the tree of Commit) and the working tree
0 commit comments