Fix some "make doc" warnings

This commit is contained in:
Daniel Thayer 2016-05-05 12:47:21 -05:00
parent da6611e3c2
commit 75e69d8c09
3 changed files with 19 additions and 16 deletions

View file

@ -11,7 +11,7 @@ export {
## plugin simply logs the operations it receives.
##
## do_something: If true, the plugin will claim it supports all operations; if
## false, it will indicate it doesn't support any.
## false, it will indicate it doesn't support any.
global create_debug: function(do_something: bool) : PluginState;
}