Skip to content

Commit 0c63872

Browse files
authored
Update r-basics-with-tabular-data.md
another typo l204
1 parent e1dc95e commit 0c63872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/lessons/r-basics-with-tabular-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ sum(Air49)
201201

202202
Therefore, the total number of passengers in 1949 was approximately 1,520,000.
203203

204-
Finally, the 'length()' funciton makes it possible to discern the number of items in a vector:
204+
Finally, the 'length()' function makes it possible to discern the number of items in a vector:
205205

206206
```
207207
length(Air49)

0 commit comments

Comments
 (0)