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 4adbdfc commit 83a1af6Copy full SHA for 83a1af6
cachematrix.R
@@ -22,7 +22,7 @@ makeCacheMatrix <- function(x = matrix()) {
22
23
## Computes the inverse of the special "matrix" returned by makeCacheMatrix
24
## f the inverse has already been calculated (and the matrix has not changed),
25
-## then cacheSolve should retrieve the inverse from the cache.
+## retrieve the inverse from the cache.
26
cacheSolve <- function(x, ...) {
27
m <- x$getinverse()
28
if(!is.null(m)) {
0 commit comments