Skip to content

Commit

Permalink
Fix typo in visibility doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 29, 2024
1 parent 1d1cdbf commit 6db37d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6db37d6

Please sign in to comment.