From: Ali Polatel Date: Sun, 23 May 2010 08:42:52 +0000 (+0300) Subject: ruby: fix documentation of DB.upgrade! X-Git-Tag: 0.5~50^2~4 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8312e7efeabd5883fe84ef9d38b316ecaa5b4793 ruby: fix documentation of DB.upgrade! --- diff --git a/bindings/ruby/database.c b/bindings/ruby/database.c index 44ee6817..fae5af28 100644 --- a/bindings/ruby/database.c +++ b/bindings/ruby/database.c @@ -156,7 +156,7 @@ notmuch_rb_upgrade_notify(void *closure, double progress) } /* - * call-seq: DB.upgrade [{|progress| block }] => nil + * call-seq: DB.upgrade! [{|progress| block }] => nil * * Upgrade the database. *