summaryrefslogtreecommitdiffhomepage
path: root/zh-cn/r-cn.html.markdown
diff options
context:
space:
mode:
authorGeoff Liu <cangming.liu@gmail.com>2016-08-02 13:59:26 -0400
committerGitHub <noreply@github.com>2016-08-02 13:59:26 -0400
commitb7bfade6070381d0d4c506b19947adff4dff8c65 (patch)
treef7721d1cbfc028179b2ee4cc4e115e485dcf91ec /zh-cn/r-cn.html.markdown
parent97df073a834171c7261692982d74d03f27231939 (diff)
parent83eb5dd94eabe8f3309beacdbe5efa7ef719fefe (diff)
Merge pull request #2289 from twz915/patch-1
fix spelling mistake
Diffstat (limited to 'zh-cn/r-cn.html.markdown')
-rw-r--r--zh-cn/r-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/r-cn.html.markdown b/zh-cn/r-cn.html.markdown
index 0c46bc22..55a29b11 100644
--- a/zh-cn/r-cn.html.markdown
+++ b/zh-cn/r-cn.html.markdown
@@ -285,7 +285,7 @@ while (a > 4) {
}
# 记住,在 R 语言中 for / while 循环都很慢
-# 建议使用 apply()(我们一会介绍)来错做一串数据(比如一列或者一行数据)
+# 建议使用 apply()(我们一会介绍)来操作一串数据(比如一列或者一行数据)
# IF/ELSE