Skip to content

Commit 0003f6e

Browse files
committed
Part 9b: fix prose to match the code snippet
1 parent 0c9e5bf commit 0003f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ try {
279279
}
280280
```
281281

282-
Here the narrowing was done with a [typeof](https://www.typescriptlang.org/docs/handbook/2/narrowing.html#typeof-type-guards) type guard, that is just one of the many ways to narrow a type. We shall see many others later in this part.
282+
Here the narrowing was done with the [instanceof](https://www.typescriptlang.org/docs/handbook/2/narrowing.html#instanceof-narrowing) type guard, that is just one of the many ways to narrow a type. We shall see many others later in this part.
283283

284284
### Accessing command line arguments
285285

0 commit comments

Comments
 (0)