Skip to content

Commit 3b3d6f9

Browse files
authored
Merge pull request #3792 from Collaboration95/patch-5
Update part9d.md
2 parents 57b9bbb + 52bc661 commit 3b3d6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ which tells us that we are using a variable somewhere where it should never be u
481481
482482
#### 9.16
483483
484-
Let us now continue extending the app created in exercise 9.14. First, add the type information and replace the variable *courseParts* with the one from the example below.
484+
Let us now continue extending the app created in exercise 9.15. First, add the type information and replace the variable *courseParts* with the one from the example below.
485485
486486
```js
487487
interface CoursePartBase {

0 commit comments

Comments
 (0)