Commit 4f9d7f4
authored
Small inconsistency in updating-arrays-in-state.md fixed
This in-text code snippet in the text mentions a function named "updateMyTodos". However, this function name does not actually exist in the interactive code example to which the code snippet seems to refer.
Instead, the function name in this code snippet should probably be changed to "updateMyList" which refers to a function that does exist in the example, to improve the consistency.
This is likely a tiny error.1 parent ad4f5c7 commit 4f9d7f4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
| 769 | + | |
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
| |||
0 commit comments