From ecf6d483b55d573292475c61ae21c9702dce5e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 13 Jun 2018 15:33:18 +0200 Subject: Fix bad copy paste Thanks @krzysiekj --- _build/content/articles/asciideck.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_build/content/articles') diff --git a/_build/content/articles/asciideck.asciidoc b/_build/content/articles/asciideck.asciidoc index c79dcd2a..3a70bd17 100644 --- a/_build/content/articles/asciideck.asciidoc +++ b/_build/content/articles/asciideck.asciidoc @@ -48,9 +48,9 @@ Asciidoc document. Take this function for example: [source,erlang] ---- comment_line(St) → - «"//", Comment0/bits» = read_line(St), + <<"//", Comment0/bits>> = read_line(St), Comment = trim(Comment0), - {comment_line, #{«"subs"» ⇒ «"verbatim"»}, Comment, ann(St)}. + {comment_line, #{<<"subs">> => <<"verbatim">>}, Comment, ann(St)}. ---- When the line begins with `//` this matches: we have -- cgit v1.2.3