From c7fcdcbb72ba2aeb9e345572c8d5afb0fc59bf2d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 12 Jan 2016 23:50:11 +0100 Subject: typo --- provider/posts/thermoprint-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/posts/thermoprint-4.md b/provider/posts/thermoprint-4.md index 2606c06..d64f760 100644 --- a/provider/posts/thermoprint-4.md +++ b/provider/posts/thermoprint-4.md @@ -30,7 +30,7 @@ We reproduce an incomplete version of the lexer below (it’s missing tag attrib We introduce `escapedText`, a helper function for extracting text until we reach one of a set of delimiting characters (exclusive). -While doing this we also parse any delimiting character iff it's prefixed with an escape character (we use `\\`) -- the +While doing this we also parse any delimiting character iff it's prefixed with an escape character (we use `\`) -- the escape character itself needs only be escaped if encountered directly before one of the delimiting characters. ~~~ {.haskell} -- cgit v1.2.3