From a785c81f49e6a7fb6c14c556b3ad2c99be3d552c Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 16 Feb 2024 11:48:28 -0500 Subject: [PATCH] Update patching.md --- docs/content/pages/guides/patching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/pages/guides/patching.md b/docs/content/pages/guides/patching.md index 56832b38..04a2094d 100644 --- a/docs/content/pages/guides/patching.md +++ b/docs/content/pages/guides/patching.md @@ -163,7 +163,7 @@ public class MyPatchClass { ``` !!! alert-info "How can we access that private field?" - OWML Publicizes all base-game assemblies for you, meaning you can get and set private fields and call private methods on base-game classes. + We publicize all base-game assemblies for you, meaning you can get and set private fields and call private methods on base-game classes. This is done in [the Outer Wilds game libs package](https://github.com/ow-mods/OuterWildsGameLibs) ### Getting The Arguments Passed