Skip to content

Commit e73dd84

Browse files
committed
Fixed layout
1 parent e8a548b commit e73dd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch09-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[message: "bad argument in arithmetic expression"]
2828
iex(5)> Stats.stdv([1])
2929
ArithmeticError[message: "bad argument in arithmetic expression"]
30-
--------
30+
-------
3131

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

0 commit comments

Comments
 (0)