Skip to content

Commit e7cf300

Browse files
authored
Merge pull request #22 from morphismtech/copilot/sub-pr-20
Fix typo: `Doube` → `Double` in NestedPrismTH.hs doc comment
2 parents 7728fa0 + e5805a5 commit e7cf300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Lens/Internal/NestedPrismTH.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import Prelude
5555
-- = Foo Int
5656
-- | Bar a
5757
-- | Baz Int Char
58-
-- | Bux Doube String Bool
58+
-- | Bux Double String Bool
5959
-- makePrisms ''FooBarBazBux
6060
-- @
6161
--

0 commit comments

Comments
 (0)