Skip to content

Commit

Permalink
[SK] Fix a typo in the basics/collections lesson (elixirschool#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
nscyclone committed Sep 1, 2016
1 parent a24b448 commit f636a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sk/lessons/basics/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ iex> [1, 2] ++ [3, 4, 1]

### Odčítavanie zoznamov

Odčítanie zoznamov (list substraction) sa robí operátorom `--`. Odčítanie hodnoty, ktorá v pôvodnom zozname neexistuje, je v poriadku:
Odčítanie zoznamov (list subtraction) sa robí operátorom `--`. Odčítanie hodnoty, ktorá v pôvodnom zozname neexistuje, je v poriadku:

```elixir
iex> ["foo", :bar, 42] -- [42, "bar"]
Expand Down

0 comments on commit f636a5a

Please sign in to comment.