Fix example for cleaning data metadata

This commit is contained in:
Oliver Hamlet
2016-08-07 12:16:33 +01:00
parent 190fbcb2d5
commit 64f7c6cc57
+7 -1
View File
@@ -444,11 +444,17 @@ name: 'Unofficial Skyrim Patch on Steam Workshop'
<p>Two cleaning data structures are equal if the values of their <code>crc</code> keys are identical.
<h4>Examples</h4>
<p>A dirty plugin:</p>
<pre><code>crc: 0x3DF62ABC
util: '[TES5Edit](http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit)'
utility: '[TES5Edit](http://www.nexusmods.com/skyrim/mods/25859) v3.1.1'
info: 'A cleaning guide is available [here](http://www.creationkit.com/index.php?title=TES5Edit_Cleaning_Guide_-_TES5Edit).'
itm: 4
udr: 160
</code></pre>
<p>A clean plugin:</p>
<pre><code>crc: 0x2ABC3DF6
utility: '[TES5Edit](http://www.nexusmods.com/skyrim/mods/25859) v3.1.1'
</code></pre>
<h3 id="structs-plugin">Plugin Data Structure</h3>