diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-09 01:04:46 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-09 01:04:46 +0000 |
| commit | 27dc5a483ec6ed1f379cbd16c22054a4bbe2bf5f (patch) | |
| tree | af62e80ee75bdbc02137390728ac6ebb2375231e /error.c | |
| parent | 94faf2cb81ca64615817255df4a022cb659d6875 (diff) | |
| download | ruby-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 'error.c')
| -rw-r--r-- | error.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <code>Errno</code>. * - * Errno.constants #=> E2BIG, EACCES, EADDRINUSE, EADDRNOTAVAIL, ... + * Errno.constants #=> :E2BIG, :EACCES, :EADDRINUSE, :EADDRNOTAVAIL, ... */ static st_table *syserr_tbl; |
