remove the go-link

This commit is contained in:
Alex Okrushko 2021-01-13 13:05:20 -05:00 committed by Stephen Hicks
parent bfa71446db
commit 87c54065a2

View File

@ -544,9 +544,7 @@ can also be used as needed. For example, Angular and Polymer template properties
should use <code>public</code>, but AngularJS should use <code>protected</code>.</p>
<p>TypeScript code must not not use <code>obj['foo']</code> to bypass the visibility of a
property. See
<a href="http://go/typescript/testing#export-private-visibility">testing and private visibility</a>
if you want to access protected fields from a test.</p>
property</p>
<section class="zippy">
Why?