Skip to content

Commit 4bcd33a

Browse files
authored
docs: fix a typo in UVerb documentation (#1762)
1 parent 5be70ee commit 4bcd33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cookbook/uverb/UVerb.lhs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ instance ToJSON FisxUser
7373
instance FromJSON FisxUser
7474
instance ToSchema FisxUser
7575
76-
-- | 'HasStatus' allows us to can get around 'WithStatus' if we want
76+
-- | 'HasStatus' allows us to get around 'WithStatus' if we want
7777
-- to, and associate the status code with our resource types directly.
7878
--
7979
-- (To avoid orphan instances and make it more explicit what's in the

0 commit comments

Comments
 (0)