Skip to content

Commit

Permalink
Update part2.md (#11)
Browse files Browse the repository at this point in the history
Remove ASCII char in example
  • Loading branch information
max-si-m authored and Ankanna committed Jun 21, 2018
1 parent 03d2320 commit 692ac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part2.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ iex> x > 34
true
iex> x > [1,2,3]
true
iex> [1,2,3] < 1234567890
iex> [1,2,3] < 1234567890
false
```

Expand Down

0 comments on commit 692ac61

Please sign in to comment.