Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/basic-types.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ world

Notice that the `IO.puts/1` function returns the atom `:ok` after printing.

Strings in Elixir are represented internally by binaries which are sequences of bytes:
Strings in Elixir are represented internally by contiguous sequences of bytes known as binaries:

```iex
iex> is_binary("hellö")
Expand Down