[Gd-chatter] r11167 - trunk/fundev/sources/system
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Sat Feb 10 18:43:47 CET 2007
Author: hannes
Date: Sat Feb 10 18:43:46 2007
New Revision: 11167
Modified:
trunk/fundev/sources/system/date.dylan
Log:
Job: minor
rename return value to match function name
Modified: trunk/fundev/sources/system/date.dylan
==============================================================================
--- trunk/fundev/sources/system/date.dylan (original)
+++ trunk/fundev/sources/system/date.dylan Sat Feb 10 18:43:46 2007
@@ -416,7 +416,7 @@
end;
define function as-rfc1123-string (date :: <date>)
- => (rfc822-date :: <string>);
+ => (rfc1123-date :: <string>);
format-date("%a, %d %b %Y %H:%M:%S %z", date);
end;
More information about the chatter
mailing list