Skip to content

Commit 4e8f5e9

Browse files
committed
update comment
1 parent a579ec3 commit 4e8f5e9

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
@@ -27,7 +27,7 @@ cacheSolve <- function(x, ...) {
2727
return(inv)
2828
}
2929
dataMtx <- cMtx$get()
30-
inv <- solve(dataMtx)
30+
inv <- solve(dataMtx, ...)
3131
cMtx$setInverse(inv)
3232
inv
3333
}

0 commit comments

Comments
 (0)