Skip to content

Commit 3a343a3

Browse files
t3hmrmanm-renaud
authored andcommitted
Typo fix in set.rst (#589)
"addional" -> "additional"
1 parent f7273d1 commit 3a343a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/set.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Importing Set and IntSet
8686

8787
When using ``Set`` or ``IntSet`` in a Haskell source file you should always use
8888
a ``qualified`` import because these modules export names that clash with the
89-
standard Prelude. You can import the type constructor and addional functions
89+
standard Prelude. You can import the type constructor and additional functions
9090
that you care about unqualified.
9191

9292
::

0 commit comments

Comments
 (0)