ruby: fix documentation of DB.upgrade!

This commit is contained in:
Ali Polatel 2010-05-23 11:42:52 +03:00
parent 06bf04500b
commit 8312e7efea

View 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.
*