summaryrefslogtreecommitdiffstats
path: root/sprintf.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-09 01:04:46 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-09 01:04:46 +0000
commit27dc5a483ec6ed1f379cbd16c22054a4bbe2bf5f (patch)
treeaf62e80ee75bdbc02137390728ac6ebb2375231e /sprintf.c
parent94faf2cb81ca64615817255df4a022cb659d6875 (diff)
downloadruby-27dc5a483ec6ed1f379cbd16c22054a4bbe2bf5f.tar.gz
ruby-27dc5a483ec6ed1f379cbd16c22054a4bbe2bf5f.tar.xz
ruby-27dc5a483ec6ed1f379cbd16c22054a4bbe2bf5f.zip
fix doc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sprintf.c')
-rw-r--r--sprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sprintf.c b/sprintf.c
index 62c68a12c..7c488a14b 100644
--- a/sprintf.c
+++ b/sprintf.c
@@ -325,7 +325,7 @@ sign_bits(int base, const char *p)
* # significant digits <------->
* sprintf("%20.8g", 1234.56789) #=> " 1234.5679"
*
- * <------->
+ * # <------->
* sprintf("%20.8g", 123456789) #=> " 1.2345679e+08"
*
* # precision for `s' is