Skip to content

Commit 952243a

Browse files
authored
Fix sentence
1 parent e384e7d commit 952243a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ const toNewDiaryEntry = (object: unknown): NewDiaryEntry => {
13611361
13621362
If the guard does not evaluate to true, an exception is thrown.
13631363
1364-
The use of operator *in* actually now guarantees that the fields indeed exist in the object. Because of that, the existence check in parsers in no more needed:
1364+
The use of the operator *in* actually now guarantees that the fields indeed exist in the object. Because of that, the existence check in parsers is no more needed:
13651365
13661366
```js
13671367
const parseVisibility = (visibility: unknown): Visibility => {

0 commit comments

Comments
 (0)