From c68af487c5a7c149e8fe3f64424e7b46a00c28fe Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 20 Jun 2012 12:02:04 +0200 Subject: [PATCH] typo --- source/Ox/js/Format.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/Format.js b/source/Ox/js/Format.js index 1b12222c..1e52cbf7 100644 --- a/source/Ox/js/Format.js +++ b/source/Ox/js/Format.js @@ -642,7 +642,7 @@ Ox.formatRoman Formats a number as a roman numeral > Ox.formatRoman(0) '' > Ox.formatRoman(9.9) - 'XI' + 'IX' > Ox.formatRoman(10000) 'MMMMMMMMMM' @*/