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