We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed409a commit 9254fe3Copy full SHA for 9254fe3
cachematrix.R
@@ -1,4 +1,4 @@
1
-## The Below functions demonstrate the principle of caching via lexical closure.
+## The below functions demonstrate the principle of caching via lexical closure.
2
## This can speed up program execution by avoiding recomputing values.
3
## The functions below are modifications of the examples given for caching the
4
## mean of a vector.
0 commit comments