From 9102cb13084980f1899b488627b354fc16bc38eb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 16 Mar 2011 14:56:19 -0700 Subject: fix documentation of Clogger.new for :path Oops --- ext/clogger_ext/clogger.c | 4 ++-- 1 file 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) { -- cgit v1.2.3-24-ge0c7