diff --git a/docs/articles/patching-prefix.html b/docs/articles/patching-prefix.html index 250fa8ca..3fb49543 100644 --- a/docs/articles/patching-prefix.html +++ b/docs/articles/patching-prefix.html @@ -115,7 +115,7 @@

Reading and changing arguments

} } -

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.

+

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.

public class OriginalCode
 {
     public bool IsFullAfterTakingIn(int i) => DoSomeExpensiveCalculation() > i;
diff --git a/docs/manifest.json b/docs/manifest.json
index 99ed0d75..2486abba 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -945,7 +945,7 @@
       "output": {
         ".html": {
           "relative_path": "articles/patching-prefix.html",
-          "hash": "4BQvFvGJAdHnjVGcv9vsNBd9NLCaHrfELPxtbUqKXvs="
+          "hash": "GNeOgvAUO+uteJN6hnl6fUa/0UABaBkVskbgyVc+kxU="
         }
       },
       "is_incremental": false,