Fixed documentation warning

Please use backtick (it's to the left of the 1 key) around HTML elements in comments.

Change-Id: I473e88a2cb1f7fb725f21cd0e8b3f659189c15a0
This commit is contained in:
Trevor Parscal 2013-01-30 12:51:04 -08:00
parent 36d99ad901
commit 100e67c128

View file

@ -120,7 +120,7 @@ ve.dm.ModelRegistry.prototype.register = function ( constructor ) {
* If a DOM node has RDFa types that are extension-specific, any matches that do not involve one of
* those extension-specific types will be ignored. This means that if 'bar' is an
* extension-specific type, and there are no models specifying 'bar' in their .matchRdfaTypes, then
* <foo typeof="bar baz"> will not match anything, not even a model with .matchTagNames=['foo']
* `<foo typeof="bar baz">` will not match anything, not even a model with .matchTagNames=['foo']
* or one with .matchRdfaTypes=['baz'] .
*
* @param {string|RegExp} type Type, or regex matching types, to designate as extension-specifics