Skip to content

Commit 13cd1a6

Browse files
authored
Merge pull request #2614 from robmonday/patch-11
Update part9e.md
2 parents 00692d0 + 3f613af commit 13cd1a6

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)