Skip to content

Commit 4ea9daf

Browse files
committed
Fixed bug
1 parent 8300797 commit 4ea9daf

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
@@ -31,6 +31,6 @@ cacheSolve <- function(x, ...) {
3131
}
3232
data <- x$get()
3333
inv <- solve(data, ...)
34-
x$setmean(inv)
34+
x$setinverse(inv)
3535
inv
3636
}

0 commit comments

Comments
 (0)