Skip to content

Commit

Permalink
fix typo. close zhongsp#240
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongsp committed Feb 15, 2019
1 parent 4db2358 commit 87b9f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/handbook/Classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ console.log(grid2.calculateDistanceFromOrigin({x: 10, y: 10}));
abstract class Animal {
abstract makeSound(): void;
move(): void {
console.log('roaming the earch...');
console.log("roaming the earth...");
}
}
```
Expand Down

0 comments on commit 87b9f2f

Please sign in to comment.