X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-http.git;a=blobdiff_plain;f=Data%2FTime%2FFormat%2FRFC1123.hs;h=6d81035b61aafdd9fa7732b96459fba921a0e975;hp=970dff1bf434b47487ea87a248fb47b57c223bc6;hb=c8df2ef;hpb=91c2402d530afff7f1fd4eee333f84cbe18d1014 diff --git a/Data/Time/Format/RFC1123.hs b/Data/Time/Format/RFC1123.hs index 970dff1..6d81035 100644 --- a/Data/Time/Format/RFC1123.hs +++ b/Data/Time/Format/RFC1123.hs @@ -8,8 +8,8 @@ -- |This module provides functions to parse and format RFC 1123 date -- and time strings (). -- --- The format is basically same as RFC 822, but the syntax for @date@ --- is changed from: +-- The format is basically the same as RFC 822, but the syntax for +-- @date@ is changed from: -- -- > year ::= 2DIGIT --