Skip to content

Commit

Permalink
Fix typo in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Nov 15, 2024
1 parent 926072a commit ab9f3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs/tutorials/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ let cmd =
~doc:"A simple calculator"
(let open Command.Std in
let+ op =
Arg.named_req
Arg.named
[ "op" ]
~doc:"operation to perform"
(Param. (* <== After typing "Param." you can now enjoy
Expand Down

0 comments on commit ab9f3e9

Please sign in to comment.