Skip to content

Commit

Permalink
Fix snippets in SK basics lesson (elixirschool#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Rozumii authored and doomspork committed Aug 4, 2016
1 parent 1f99d84 commit 5f50141
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sk/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ V Elixire vyžadujú desatinné čísla aspoň jednu číslicu pred desatinnou b

```elixir
iex> 3.14
3.14
iex> .14
** (SyntaxError) iex:2: syntax error before: '.'
iex> 1.0e-10
1.0e-10
```


Expand All @@ -65,7 +67,9 @@ Elixir ma boolean hodnoty `true` a `false`; všetky hodnoty, okrem `false` a `ni

```elixir
iex> true
true
iex> false
false
```

### Atom
Expand Down

0 comments on commit 5f50141

Please sign in to comment.