diff --git a/src/privacy-violation.md b/src/privacy-violation.md index 5f390b9..6477734 100644 --- a/src/privacy-violation.md +++ b/src/privacy-violation.md @@ -3,7 +3,7 @@ TAGS: subtyping, variance With declaration-site variance (see [Covariant -containers](covariant-containers.md)), a generic class can be declared +containers](general-covariance.md)), a generic class can be declared to be covariant in its type parameter, as long as the type parameter is only used in output positions: ```csharp