From 8312e7efeabd5883fe84ef9d38b316ecaa5b4793 Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Sun, 23 May 2010 11:42:52 +0300 Subject: [PATCH] ruby: fix documentation of DB.upgrade! --- bindings/ruby/database.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.43.0