Compare commits

...

2 Commits

Author SHA1 Message Date
Jonathan Daugherty
8eb7c197b8 Merge branch 'master' of github.com:jtdaugherty/brick 2024-11-20 09:26:02 -08:00
Jonathan Daugherty
98f44dd2d3 editor: update Haddock 2024-11-20 09:25:58 -08:00

View File

@ -169,7 +169,7 @@ editorText :: n
-> Editor T.Text n
editorText = editor
-- | Construct an editor over 'String' values
-- | Construct an editor over generic text values
editor :: Z.GenericTextZipper a
=> n
-- ^ The editor's name (must be unique)