Skip to content

Commit

Permalink
Fix spelling of "dynamically"
Browse files Browse the repository at this point in the history
  • Loading branch information
derek121 committed Apr 20, 2015
1 parent 926d4d2 commit 9cc2c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04_dialyzer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ annotations. These are strictly optional in that if you don't specify
them the code will still compile and they do not affect the way that
the code runs. What you can do with them is use tools like +dialyzer+
to check that the program is consistent. If you do not include types
dialyzer will dynamicly derive the types from the code. But it will
dialyzer will dynamically derive the types from the code. But it will
often assign a more broad type than might be called for.

Using type annotations and dialyzer it is possible to express many
Expand Down

0 comments on commit 9cc2c09

Please sign in to comment.