fix typo. close #240
This commit is contained in:
parent
a1de2e61af
commit
4011ea2326
@ -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...");
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user