Skip to content

Commit

Permalink
Update documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike-bot committed Jan 6, 2025
1 parent 16975c6 commit 51fcdcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/articles/patching-transpiler-matcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h3 id="use-case">Use case</h3>
}
}
</code></pre>
<p>![note] <code>Repeat</code> will not use a <code>CodeMatcher.Search...()</code>, only <code>Match...()</code> methods can be repeated. If you consider using another method <code>Match...()</code> in the &quot;matchAction&quot;, clone your <code>CodeMatcher</code> into the match action via <code>CodeMatcher.Clone()</code>. This is to not replace the old match used by <code>Repeat</code>.</p>
<p><img src="https://raw.githubusercontent.com/pardeike/Harmony/master/Harmony/Documentation/images/note.png" alt="note"> <code>Repeat</code> will not use a <code>CodeMatcher.Search...()</code>, only <code>Match...()</code> methods can be repeated. If you consider using another method <code>Match...()</code> in the &quot;matchAction&quot;, clone your <code>CodeMatcher</code> into the match action via <code>CodeMatcher.Clone()</code>. This is to not replace the old match used by <code>Repeat</code>.</p>
</article>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@
"output": {
".html": {
"relative_path": "articles/patching-transpiler-matcher.html",
"hash": "xH8hHbMfznFjZPsG9MEqazpVMuyR9gjNgdN2j2VUTw0="
"hash": "dMOfg48mURDS34hngrXMXIdsZ50jC2gJlHoXwInSHCM="
}
},
"is_incremental": false,
Expand Down

0 comments on commit 51fcdcc

Please sign in to comment.