Skip to content

Commit 216214b

Browse files
committed
Fix typo
1 parent da930d2 commit 216214b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ff-core/lib/FF.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ assertNoteIsNative = do
621621
for_ tracking \Track{track_url} ->
622622
throwErrorText $
623623
"A tracked note must be edited in its source"
624-
<> maybe "" (" :" <>) track_url
624+
<> maybe "" (": " <>) track_url
625625

626626
getDataDir :: Config -> IO (Maybe FilePath)
627627
getDataDir Config{dataDir} = do

0 commit comments

Comments
 (0)