Skip to content

Commit

Permalink
Fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Feb 3, 2025
1 parent 56c1e49 commit 3f46d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Commands/Dev/Anoma/Prove/Options/ProveArgTag.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ proveArgTagHelp = itemize (tagHelp <$> allElements)
unjammedAtom :: AnsiDoc = annotate bold "unjammed atom"
(mvar, explain) = first sty $ case t of
ProveArgTagNat -> ("NATURAL", "is passed verbatim as a nockma atom")
ProveArgTagByteArray -> ("FILE", "is a file containing bytes that respresent a ByteArray")
ProveArgTagList -> ("FILE", "is a file containing a newline delimited list of byte64 bytes that respresents a list of jammed nouns")
ProveArgTagByteArray -> ("FILE", "is a file containing bytes that represent a ByteArray")
ProveArgTagList -> ("FILE", "is a file containing a newline delimited list of byte64 bytes that represents a list of jammed nouns")
ProveArgTagBase64 -> ("FILE", "is a file containing a base64 encoded nockma atom that represents a" <+> jammedNoun)
ProveArgTagBytes -> ("FILE", "is a file containing bytes of a nockma atom that represents a" <+> jammedNoun)
ProveArgTagBase64UnJammed -> ("FILE", "is a file containing a base64 encoded nockma atom that represents an" <+> unjammedAtom)
Expand Down

0 comments on commit 3f46d58

Please sign in to comment.