We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcb5bf commit 62b8155Copy full SHA for 62b8155
future-javascript/classes/README.md
@@ -47,7 +47,7 @@ var Point = (function () {
47
48
## 継承\(Inheritance\)
49
50
-TypeScriptにおけるクラスは\(他の言語のように\)`extends`キーワードを使った_単一_継承をサポートします:
+TypeScriptにおけるクラスは\(他の言語のように\)`extends`キーワードを使った _単一_ 継承をサポートします:
51
52
```typescript
53
class Point3D extends Point {
0 commit comments