diff --git a/content/en/tags-access.md b/content/en/tags-access.md index 89cd630c..c0b76aa6 100644 --- a/content/en/tags-access.md +++ b/content/en/tags-access.md @@ -56,8 +56,7 @@ function OtherThingy() { /** @protected */ this._bar = 1; - - /** @public */ + this.pez = 2; }