From 27dc5a483ec6ed1f379cbd16c22054a4bbe2bf5f Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 9 Mar 2008 01:04:46 +0000 Subject: fix doc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') diff --git a/error.c b/error.c index 1a50f6f82..090187853 100644 --- a/error.c +++ b/error.c @@ -845,7 +845,7 @@ rb_invalid_str(const char *str, const char *type) * The full list of operating system errors on your particular platform * are available as the constants of Errno. * - * Errno.constants #=> E2BIG, EACCES, EADDRINUSE, EADDRNOTAVAIL, ... + * Errno.constants #=> :E2BIG, :EACCES, :EADDRINUSE, :EADDRNOTAVAIL, ... */ static st_table *syserr_tbl; -- cgit