From 6db37d642f600bc4a6de6c467937300b8abdd990 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Sun, 29 Sep 2024 01:14:35 -0300 Subject: [PATCH] Fix typo in visibility doc --- src/visibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/visibility.md b/src/visibility.md index a621eb84..9a06a0a3 100644 --- a/src/visibility.md +++ b/src/visibility.md @@ -38,7 +38,7 @@ This makes it possible for consuming code to remain unchanged and not require a recompile when the the values of `ThisAssembly` are changed in a referenced assembly. If you want to keep the properties as constants, you can instead extend the generated -code by defining a another partial that can modify its visibility as needed (or add +code by defining another partial that can modify its visibility as needed (or add new members). ```csharp