1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-20 05:21:26 +02:00

Merge pull request #2289 from twz915/patch-1

fix spelling mistake
This commit is contained in:
Geoff Liu
2016-08-02 13:59:26 -04:00
committed by GitHub

View File

@@ -285,7 +285,7 @@ while (a > 4) {
} }
# 记住,在 R 语言中 for / while 循环都很慢 # 记住,在 R 语言中 for / while 循环都很慢
# 建议使用 apply()(我们一会介绍)来错做一串数据(比如一列或者一行数据) # 建议使用 apply()(我们一会介绍)来操作一串数据(比如一列或者一行数据)
# IF/ELSE # IF/ELSE