Skip to content

Commit 1b3b377

Browse files
authored
Merge pull request #169 from gumybit/fix-typo-future-javascript-classes
Fix Typo on future-javascript/classes/README.md
2 parents 3dcb5bf + 62b8155 commit 1b3b377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

future-javascript/classes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var Point = (function () {
4747

4848
## 継承\(Inheritance\)
4949

50-
TypeScriptにおけるクラスは\(他の言語のように\)`extends`キーワードを使った_単一_継承をサポートします:
50+
TypeScriptにおけるクラスは\(他の言語のように\)`extends`キーワードを使った _単一_ 継承をサポートします:
5151

5252
```typescript
5353
class Point3D extends Point {

0 commit comments

Comments
 (0)