Skip to content

Commit 5a10f30

Browse files
committed
Made minor change to code.
1 parent ac4f353 commit 5a10f30

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
@@ -11,7 +11,7 @@ makeCacheMatrix <- function(x = matrix()) {
1111
minv <- NULL
1212
set <- function(y){
1313
x <<- y
14-
m <<- NULL
14+
minv <<- NULL
1515
}
1616
get <- function() x
1717
setinv <- function(solve) minv <<-solve

0 commit comments

Comments
 (0)