Merge pull request #9 from loot/fix-backticks

Fix one too many backticks: "```udr``" → "``udr``"
This commit is contained in:
Oliver Hamlet
2017-07-15 08:28:24 +01:00
committed by GitHub
+1 -1
View File
@@ -79,7 +79,7 @@ This is the structure that brings all the others together, and forms the main co
``cleaning data set``
An unordered set of cleaning data structures for this plugin, identifying clean plugins. Plugin entries with regular expression filenames **must not** contain cleaning data. The ``itm``, ```udr`` and ``nav`` fields are unused in this context, as they're assumed to be zero.
An unordered set of cleaning data structures for this plugin, identifying clean plugins. Plugin entries with regular expression filenames **must not** contain cleaning data. The ``itm``, ``udr`` and ``nav`` fields are unused in this context, as they're assumed to be zero.
Equality
--------