about summary refs log tree commit homepage
path: root/ext/clogger_ext/clogger.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-16 14:56:19 -0700
committerEric Wong <normalperson@yhbt.net>2011-03-16 14:56:19 -0700
commit9102cb13084980f1899b488627b354fc16bc38eb (patch)
treee385a8e796a439d21a3ff3aa906115abe43cf67b /ext/clogger_ext/clogger.c
parent21be17fd1307e1e194a3089f0e3317a5948088e7 (diff)
downloadclogger-9102cb13084980f1899b488627b354fc16bc38eb.tar.gz
Oops
Diffstat (limited to 'ext/clogger_ext/clogger.c')
-rw-r--r--ext/clogger_ext/clogger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/clogger_ext/clogger.c b/ext/clogger_ext/clogger.c
index 9fe1e58..eb5347f 100644
--- a/ext/clogger_ext/clogger.c
+++ b/ext/clogger_ext/clogger.c
@@ -640,8 +640,8 @@ static void init_logger(struct clogger *c, VALUE path)
  *
  * Creates a new Clogger object that wraps +app+.  +:logger+ may
  * be any object that responds to the "<<" method with a string argument.
- * If +:logger:+ is a string, it will be treated as a path to a
- * File that will be opened in append mode.
+ * Instead of +:logger+, +:path+ may be specified to be a :path of a File
+ * that will be opened in append mode.
  */
 static VALUE clogger_init(int argc, VALUE *argv, VALUE self)
 {