Skip to content

Commit b17a0c7

Browse files
authored
Merge pull request elixir-lang#793 from pablobm/patch-2
Brackets seem to imply something that's not true
2 parents 0d26f10 + 01e26ac commit b17a0c7

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
@@ -317,7 +317,7 @@ iex> tuple_size {:ok, "hello"}
317317
2
318318
```
319319

320-
Tuples store elements contiguously in memory. This means accessing a tuple element per index or getting the tuple size is a fast operation (indexes start from zero):
320+
Tuples store elements contiguously in memory. This means accessing a tuple element per index or getting the tuple size is a fast operation. Indexes start from zero:
321321

322322
```iex
323323
iex> tuple = {:ok, "hello"}

0 commit comments

Comments
 (0)