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 db6c41c commit 3d4b836Copy full SHA for 3d4b836
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