Skip to content

Commit 2bf7fdc

Browse files
skotnicznymarijnh
authored andcommitted
Remove duplicate words
1 parent 1901d50 commit 2bf7fdc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

16_game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ moving element in our game. All actor objects conform to the same
255255
((interface)). Their `pos` property holds the coordinates of the
256256
element's top-left corner, and their `size` property holds its size.
257257

258-
Then they have have an `update` method, which is used to compute their
258+
Then they have an `update` method, which is used to compute their
259259
new state and position after a given time step. It simulates the thing
260260
the actor does—moving in response to the arrow keys for the player,
261261
bouncing back and forth for the lava—and returns a new, updated actor

20_node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ To avoid such problems, `urlPath` uses the `resolve` function from the
822822
`path` module, which resolves relative paths. It then verifies that
823823
the result is _below_ the working directory. The `process.cwd`
824824
function (where "cwd" stands for "current working directory") can be
825-
used used to find this working directory. When the path doesn't start
825+
used to find this working directory. When the path doesn't start
826826
with the base directory, the function throws an error response object,
827827
using the HTTP status code that indicates that access to the resource
828828
is forbidden.

0 commit comments

Comments
 (0)