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
@@ -322,7 +322,7 @@ const App = () => {
322
322
323
323
This is a pretty natural initial value since the notes are a set, that is, there are many notes that the state will store.
324
324
325
-
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:
325
+
If the state were only saving "one thing", a more appropriate initial value would be _null_ denoting that there is <i>nothing</i> in the state at the start. Let's see what happens if we use this initial value:
0 commit comments