Commit 629b200
authored
Fix typo in Data Structures Part 1
The `read.csv` function was used in the code block, however it was incorrectly referred to as `read.table`. I have changed the reference from `read.table` to `read.csv` to reflect the correct name of the function used in the code.1 parent a486734 commit 629b200
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments