From 7e111201f621243101fe588ce7927757402586cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 1 Aug 2018 15:07:37 +0200 Subject: Use fn/1,2 instead of fn/{1,2} everywhere --- doc/src/guide/parsers.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src/guide/parsers.asciidoc') diff --git a/doc/src/guide/parsers.asciidoc b/doc/src/guide/parsers.asciidoc index 9eacbfa..7a9c5a5 100644 --- a/doc/src/guide/parsers.asciidoc +++ b/doc/src/guide/parsers.asciidoc @@ -21,7 +21,7 @@ will only cover the first two. Text protocols are generally line based. This means that we can't do anything with them until we receive the full line. -A simple way to get a full line is to use `binary:split/{2,3}`. +A simple way to get a full line is to use `binary:split/2,3`. .Using binary:split/2 to get a line of input -- cgit v1.2.3