From 6a4674b8ecc0bf43f760dad97efe96a8951a88d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B6=D0=BE=D0=BD=2C=20=D0=BF=D1=80=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=BE=20=D0=94=D0=B6=D0=BE=D0=BD?= Date: Mon, 13 Jul 2015 20:36:00 +0300 Subject: [PATCH] Update lecture_03.md --- lecture_03.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lecture_03.md b/lecture_03.md index e4881a0..1678585 100644 --- a/lecture_03.md +++ b/lecture_03.md @@ -480,20 +480,20 @@ class: center,middle ## String * detected from list heuristically -* concatenated if written adjacent (only for 2 adjacent strings) +* concatenated if written adjacent --- # Pseudo-types ## String * detected from list heuristically -* concatenated if written adjacent (only for 2 adjacent strings) +* concatenated if written adjacent * operates as list in BEAM --- # Pseudo-types ## String * detected from list heuristically -* concatenated if written adjacent (only for 2 adjacent strings) +* concatenated if written adjacent * operates as list in BEAM ```erlang-repl