Skip to content

Commit 32e5679

Browse files
committed
Tweak an error message
1 parent afd95dc commit 32e5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constructors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const literal =
2727
})
2828
: either.makeLeft({
2929
input,
30-
message: `input did not begin with \`${text}\``,
30+
message: `input did not begin with "${text}"`,
3131
})
3232

3333
export const nothing: ParserWhichAlwaysSucceeds<undefined> = input =>

0 commit comments

Comments
 (0)