Skip to content

Commit f8b4295

Browse files
Fix spelling error in documentation. (#253)
2 parents 2462a09 + deea60c commit f8b4295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Consequently, using a standard [`Map`] with a _monoidal_ value type gives rise t
5959
| `Nothing` | Map `m` has _no_ entry for key `k`. |
6060
| `Just mempty` | Map `m` has an entry for key `k`, but the value is _empty_. |
6161

62-
In constrast, the [`MonoidMap`] type provides a single, _canonical_ representation for null or empty values, according to the following conceptual mapping:
62+
In contrast, the [`MonoidMap`] type provides a single, _canonical_ representation for null or empty values, according to the following conceptual mapping:
6363

6464
| `Map.lookup k m` || `MonoidMap.get k m` |
6565
|:------------------------|---|:------------------------|

components/monoidmap/Data/MonoidMap.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ import qualified Data.Monoid.Null as C
291291
-- | @ | |
292292
-- +-------------------------+--------------------------------------------+
293293
--
294-
-- In constrast, the 'MonoidMap' type provides a single, /canonical/
294+
-- In contrast, the 'MonoidMap' type provides a single, /canonical/
295295
-- representation for null or empty values, according to the following
296296
-- conceptual mapping:
297297
--

0 commit comments

Comments
 (0)