From 85aa472950924557e80b793303d9b6dee0261c7c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 11 Dec 2011 09:40:00 -0500 Subject: [PATCH] Escape an '@' in a Haddock comment. --- src/Twitter/Status.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Twitter/Status.hs b/src/Twitter/Status.hs index e40bc6a..976ccb3 100644 --- a/src/Twitter/Status.hs +++ b/src/Twitter/Status.hs @@ -131,7 +131,7 @@ parse_username word = matches = matchRegex username_regex word --- |Parse all usernames of the form @username from a status. +-- |Parse all usernames of the form \@username from a status. parse_usernames_from_status :: Status -> [String] parse_usernames_from_status status = catMaybes (map parse_username status_words) -- 2.43.2