Skip to content

Commit a4c15f6

Browse files
Apply minor fixes in '1-js/08-prototypes/04-prototype-methods/3-compare-calls/'
1 parent 8a0bfce commit a4c15f6

File tree

1 file changed

+1
-1
lines changed
  • 1-js/08-prototypes/04-prototype-methods/3-compare-calls

1 file changed

+1
-1
lines changed

1-js/08-prototypes/04-prototype-methods/3-compare-calls/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Rabbit.prototype.sayHi = function() {
1717
let rabbit = new Rabbit("Rabbit");
1818
```
1919

20-
Ces appels font la même chose ou pas ?
20+
Ces appels font-ils la même chose ou non ?
2121

2222
```js
2323
rabbit.sayHi();

0 commit comments

Comments
 (0)