Skip to content

Commit 29c38f9

Browse files
committed
typo
1 parent cdb6f62 commit 29c38f9

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
@@ -39,5 +39,5 @@ cacheSolve <- function(x, ...) {
3939
data <- x$get()
4040
inv <- solve(data, ...)
4141
x$setinv(inv)
42-
m
42+
inv
4343
}

0 commit comments

Comments
 (0)