aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/ruby
diff options
context:
space:
mode:
authorGravatar Ali Polatel <alip@exherbo.org>2010-05-23 11:42:52 +0300
committerGravatar Ali Polatel <alip@exherbo.org>2010-06-06 09:17:06 +0300
commit8312e7efeabd5883fe84ef9d38b316ecaa5b4793 (patch)
treec2ec514a6ccc72046a7eb40419817dff1b307da4 /bindings/ruby
parent06bf04500ba282052d38adf428219968ae62bb54 (diff)
ruby: fix documentation of DB.upgrade!
Diffstat (limited to 'bindings/ruby')
-rw-r--r--bindings/ruby/database.c2
1 files changed, 1 insertions, 1 deletions
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.
*