Prefer console.error over console.log for exception logging
[lhc/web/wiklou.git] / resources / mediawiki / mediawiki.Title.js
index 83f18e2..8d7996c 100644 (file)
@@ -198,7 +198,7 @@ var Title = function( title, namespace ) {
                pages: {},
                /**
                 * @example Declare existing titles: Title.exist.set(['User:John_Doe', ...]);
-                * @example Declare titles inexistent: Title.exist.set(['File:Foo_bar.jpg', ...], false);
+                * @example Declare titles nonexistent: Title.exist.set(['File:Foo_bar.jpg', ...], false);
                 * @param titles {String|Array} Title(s) in strict prefixedDb title form.
                 * @param state {Boolean} (optional) State of the given titles. Defaults to true.
                 * @return {Boolean}