Skip to content

Commit 9410bf9

Browse files
committed
Update basic-types.markdown
This seems much clearer to me.
1 parent 652641a commit 9410bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/basic-types.markdown

Lines changed: 1 addition & 1 deletion
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)