You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/2/en/part2e.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ const App = () => {
340
340
341
341
This is a pretty natural initial value since the notes are a set, that is, there are many notes that the state will store.
342
342
343
-
If the state would be only saving "one thing", a more proper initial value would be _null_ denoting that there is <i>noting</i> in the state at the start. Let us try what happens if we use this initial value:
343
+
If the state would be only saving "one thing", a more proper initial value would be _null_ denoting that there is <i>nothing</i> in the state at the start. Let us try what happens if we use this initial value:
0 commit comments