]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fixing documentation backslash escaped character #80
authorTim Wood <washwithcare@gmail.com>
Mon, 28 Nov 2011 17:37:44 +0000 (09:37 -0800)
committerTim Wood <washwithcare@gmail.com>
Mon, 28 Nov 2011 17:37:44 +0000 (09:37 -0800)
sitesrc/docs.jade

index 4910c999a6a055b744d2df052b1e03ebbabb8f3f..04a6f7062ff7177ea7bd4c2f67e46451569842b9 100644 (file)
@@ -232,7 +232,7 @@ block content
       p The parser ignores non-alphanumeric characters, so both 
         code moment("12-25-1995", "MM-DD-YYYY")
         | and 
-        code moment("12\25\1995", "MM-DD-YYYY")
+        code moment("12\\25\\1995", "MM-DD-YYYY")
         | will return the same thing.
       table
         tbody