Skip to content

Commit 13a09d8

Browse files
Fix typos
1 parent a4a2eba commit 13a09d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Symbol.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class IsSymbol (sym :: Symbol) where
1616
-- Note: Before v0.14.0, we did not have polykinds. Thus, we needed
1717
-- kind-specific proxy types to pass a Symbol around.
1818
-- Once v0.14.0 was released, we could use the kind-generic `Proxy` type
19-
-- insteand. However, to reduce the code breakage, we're using
19+
-- instead. However, to reduce code breakage, we're using
2020
-- `forall proxy. proxy sym` here so that `SProxy` code will still compile.
2121
-- When PureScript makes a new breaking release after the v0.14.0 release,
2222
-- this type signature will be updated to `Proxy sym -> String`.

0 commit comments

Comments
 (0)