]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/database.c
ruby: fix documentation of DB.upgrade!
[notmuch] / bindings / ruby / database.c
index 44ee6817df4a6ea6d0774c1a06c17131433fee85..fae5af28c24c1d0c5d5db6231fbd73a4b989b470 100644 (file)
@@ -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.
  *