Skip to content

Commit

Permalink
Fix typo in R_Programming Functions lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
shhavel committed Jun 4, 2015
1 parent b516173 commit 496203b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R_Programming/Functions/lesson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

- Class: text
Output: Functions usually take arguments which are variables that the function operates on. For example,
the mean() function takes a vector as as argument, like in the case of mean(c(2,6,8)). The mean()
the mean() function takes a vector as an argument, like in the case of mean(c(2,6,8)). The mean()
function then adds up all of the numbers in the vector and divides that sum by the
length of the vector.

Expand Down
2 changes: 1 addition & 1 deletion R_Programming_Alt/Functions/lesson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

- Class: text
Output: Functions usually take arguments which are variables that the function operates on. For example,
the mean() function takes a vector as as argument, like in the case of mean(c(2,6,8)). The mean()
the mean() function takes a vector as an argument, like in the case of mean(c(2,6,8)). The mean()
function then adds up all of the numbers in the vector and divides that sum by the
length of the vector.

Expand Down

0 comments on commit 496203b

Please sign in to comment.