mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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