Skip to content

Commit 63d834f

Browse files
author
Vu Dang
committed
Update cachematrix.R
1 parent bcd0edd commit 63d834f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cachematrix.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
makeCacheMatrix <- function(x = matrix()) {
77
inv <- NULL
88
set <- function(y) {
9-
x <<- y
10-
inv <<- NULL
9+
x <<- y
10+
inv <<- NULL
1111
}
1212

1313
get <- function() {

0 commit comments

Comments
 (0)