Skip to content

Commit

Permalink
fix is-charset docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcardon committed Aug 8, 2024
1 parent faac4b1 commit bda5955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pact/Native.hs
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,8 @@ isCharsetDef =
, "(is-charset CHARSET_LATIN1 \"I am nÖt ascii, but I am latin1!\")"
]
$ T.unwords
[ "Check that a string INPUT conforms to the a supported character set CHARSET."
, "Character sets currently supported are: 'CHARSET_LATIN1' (ISO-8859-1), and"
[ "Check that a string INPUT conforms to the a supported character set CHARSET. "
, "Character sets currently supported are: 'CHARSET_LATIN1' (ISO-8859-1), and "
, "'CHARSET_ASCII' (ASCII). Support for sets up through ISO 8859-5 supplement will be"
, "added in the future."
]
Expand Down

0 comments on commit bda5955

Please sign in to comment.