1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 06:47:54 +02:00

Merge pull request #1331 from edholland/fix-typos

Fix poor formatting and typos
This commit is contained in:
ven
2015-10-04 20:43:07 +02:00

View File

@@ -326,7 +326,7 @@ self(). % <0.41.0>
?_assert(fib(31) =:= 2178309) ?_assert(fib(31) =:= 2178309)
]. ].
% EUnit will automatically export to a test() fucntion to allo running the tests % EUnit will automatically export to a test() function to allow running the tests
% in the erlang shell % in the erlang shell
fib:test() fib:test()