From efb41b4b3fe24c8a17b40b16508e5da4b5b05002 Mon Sep 17 00:00:00 2001 From: pardeike-bot Date: Tue, 4 Jun 2024 12:00:00 +0000 Subject: [PATCH] Update documentation [skip ci] --- docs/articles/patching-prefix.html | 2 +- docs/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,