Skip to content

Commit 3f613af

Browse files
authored
Update part9e.md
typo
1 parent b95f0f3 commit 3f613af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The return value of a _async_ function is a [promise](https://developer.mozilla.
164164

165165
<div class="tasks">
166166

167-
### Exercises 9.20-9.22
167+
### Exercises 9.20-9.21
168168

169169
We will soon add a new type for our app, *Entry*, which represents a lightweight patient journal entry. It consists of a journal text, i.e. a *description*, a creation date, information regarding the specialist who created it and possible diagnosis codes. Diagnosis codes map to the ICD-10 codes returned from the <i>/api/diagnoses</i> endpoint. Our naive implementation will be that a patient has an array of entries.
170170

0 commit comments

Comments
 (0)