Skip to content

Commit 7478c8f

Browse files
committed
Merge pull request elixir-lang#721 from abrahamsangha/patch-1
Update description of line breaks in strings
2 parents 652641a + 9410bf9 commit 7478c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/basic-types.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ iex> "hellö #{:world}"
143143
"hellö world"
144144
```
145145

146-
Strings can have line breaks in them or introduce them using escape sequences:
146+
Strings can have line breaks in them. You can introduce them using escape sequences:
147147

148148
```iex
149149
iex> "hello

0 commit comments

Comments
 (0)