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 Jun 4, 2024
1 parent e2a97cf commit efb41b4
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-prefix.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h3 id="reading-and-changing-arguments">Reading and changing arguments</h3>
}
}
</code></pre>
<p>Here is another example showing the diference between what the original method returns and what the Prefix returns. it illustrate that the boolean return value of the Prefix only determines if the original gets executed or not.</p>
<p>Here is another example showing the difference between what the original method returns and what the Prefix returns. it illustrate that the boolean return value of the Prefix only determines if the original gets executed or not.</p>
<pre><code class="lang-csharp" name="example">public class OriginalCode
{
public bool IsFullAfterTakingIn(int i) =&gt; DoSomeExpensiveCalculation() &gt; i;
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@
"output": {
".html": {
"relative_path": "articles/patching-prefix.html",
"hash": "4BQvFvGJAdHnjVGcv9vsNBd9NLCaHrfELPxtbUqKXvs="
"hash": "GNeOgvAUO+uteJN6hnl6fUa/0UABaBkVskbgyVc+kxU="
}
},
"is_incremental": false,
Expand Down

0 comments on commit efb41b4

Please sign in to comment.