Skip to content

Commit

Permalink
Merge pull request #3792 from Collaboration95/patch-5
Browse files Browse the repository at this point in the history
Update part9d.md
  • Loading branch information
mluukkai committed Sep 4, 2024
2 parents 57b9bbb + 52bc661 commit 3b3d6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/9/en/part9d.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ which tells us that we are using a variable somewhere where it should never be u
#### 9.16
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.
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.
```js
interface CoursePartBase {
Expand Down

0 comments on commit 3b3d6f9

Please sign in to comment.