Skip to content

Commit 9254fe3

Browse files
committed
R Programming Homework 2
Minor touchup of comments.
1 parent eed409a commit 9254fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachematrix.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## The Below functions demonstrate the principle of caching via lexical closure.
1+
## The below functions demonstrate the principle of caching via lexical closure.
22
## This can speed up program execution by avoiding recomputing values.
33
## The functions below are modifications of the examples given for caching the
44
## mean of a vector.

0 commit comments

Comments
 (0)