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.
2 parents 3dcb5bf + 62b8155 commit 1b3b377Copy full SHA for 1b3b377
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