Skip to content

Commit

Permalink
Merge pull request #6315 from shym/typo
Browse files Browse the repository at this point in the history
Fix a typo in a documentation string
  • Loading branch information
kit-ty-kate authored Nov 28, 2024
2 parents 845d151 + a499f1f commit eec1cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ users)
* Fix a typo in the default man page [#6267 @fccm2]
* Point users to ways to override the default opam root location in the opam init manpage [#6251 @kit-ty-kate]
* Manual: Document the stamp field from repo files [#6306 @kit-ty-kate]
* Fix typo in pin edit man page doc [#6315 @shym]
* Clarify documentation for `enable` pseudo-variable [#5659 @gridbugs]

## Security fixes
Expand Down
2 changes: 1 addition & 1 deletion src/client/opamCommands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3232,7 +3232,7 @@ let pin ?(unpin_only=false) cli =
its version and source URL. Using the format $(i,NAME.VERSION) will \
update the version in the opam file in advance of editing, without \
changing the actual target. The chosen editor is determined from \
environment variables $(b,OPAM_EDITOR), $(b,VISUAL) or $(b,EDITOR), in \
environment variables $(b,OPAMEDITOR), $(b,VISUAL) or $(b,EDITOR), in \
order.";
] in
let man = [
Expand Down

0 comments on commit eec1cc4

Please sign in to comment.