Skip to content

Commit b45d81d

Browse files
committed
Some minor modification.
1 parent 2c928e3 commit b45d81d

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
@@ -28,7 +28,7 @@ cacheSolve <- function(x, ...) {
2828
## Return a matrix that is the inverse of 'x'
2929
inv <- x$getinverse()
3030
if(!is.null(inv)) {
31-
message("getting cached matrix")
31+
message("getting cached inverse matrix")
3232
return(inv)
3333
}
3434
data <- x$get()

0 commit comments

Comments
 (0)