Skip to content

Commit

Permalink
typo (return => returns)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhDP committed Apr 12, 2015
1 parent 76c356e commit 32286c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2015-04-05-automated-reasoning.html
Expand Up @@ -137,7 +137,7 @@ <h2>The ML family</h2>
</code></pre>

<p>The point is that a key-value store will only return a value if the key is
present. In this example, the map takes a country (string) and return its
present. In this example, the map takes a country (string) and returns its
capital (string). However, when we try to take a value from the map with the
lookup function, Haskell returns a <b>Maybe</b> type with either <b>Just
String</b>, if the string provided is found in the map, or <b>Nothing</b> if
Expand Down

0 comments on commit 32286c6

Please sign in to comment.