Ver código fonte

Typo fix in comments

Getty Ritter 8 anos atrás
pai
commit
dbba471296
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      Data/SCargot/Comments.hs

+ 2 - 0
Data/SCargot/Comments.hs

@@ -48,8 +48,8 @@ import            Data.SCargot.Parse ( Comment
 lineComment :: String -> Comment
 lineComment s = string s >> skipMany (noneOf "\n") >> return ()
 
+-- | Given two strings, a begin and an end delimiter, produce a
+--   parser that matches the beginning delimiter and then ignores
 --   everything until it finds the end delimiter. This does not
 --   consider nesting, so, for example, a comment created with
 --