mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
fix comment text
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// accessing any private outside the class is an error
|
||||
// accessing any protected outside the class is an error
|
||||
|
||||
class C {
|
||||
protected x;
|
||||
|
||||
Reference in New Issue
Block a user