Skip to content

Commit

Permalink
fix: 'patter' typo in SimpleFigure haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
414owen authored and jgm committed Nov 13, 2023
1 parent 8e064fa commit 063ca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text/Pandoc/Definition.hs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ isFigureTarget tgt
| (src, Just tit) <- second (T.stripPrefix "fig:") tgt = Just (src, tit)
| otherwise = Nothing

-- | Bidirectional patter synonym
-- | Bidirectional pattern synonym
--
-- It can pass as a Block constructor
--
Expand Down

0 comments on commit 063ca90

Please sign in to comment.