Skip to content

Commit 833905b

Browse files
committed
Merge branch 'master' of https://github.com/stoft/etudes-for-elixir into stoft-master
Conflicts: ch10-errors.asciidoc
2 parents 41c4b5d + e73dd84 commit 833905b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch10-errors.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ iex(4)> Stats.mean([:one, :two])
2727
%ArithmeticError{}
2828
iex(5)> Stats.stdv([1])
2929
%ArithmeticError{}
30-
--------
30+
-------
3131

3232
<<SOLUTION10-ET01,See a suggested solution in Appendix A.>>
3333

0 commit comments

Comments
 (0)