Skip to content

Commit 87c5406

Browse files
alex-okrushkoshicks
authored andcommittedJan 23, 2021
remove the go-link
1 parent bfa7144 commit 87c5406

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎tsguide.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,7 @@ <h4 id="properties-used-outside-of-class-lexical-scope">Properties used outside
544544
should use <code>public</code>, but AngularJS should use <code>protected</code>.</p>
545545

546546
<p>TypeScript code must not not use <code>obj['foo']</code> to bypass the visibility of a
547-
property. See
548-
<a href="http://go/typescript/testing#export-private-visibility">testing and private visibility</a>
549-
if you want to access protected fields from a test.</p>
547+
property</p>
550548

551549
<section class="zippy">
552550
Why?

0 commit comments

Comments
 (0)
Please sign in to comment.