Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 507245d

Browse files
committed
Tweaked reponse messages
1 parent 4725602 commit 507245d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cachematrix.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ cacheSolve <- function(theMatrix, ...) {
6161

6262
# If cache (the returned inverted matrix) isn't null, return it ...
6363
if (!is.null(theInverse)) {
64+
message("Retrieving from cache")
6465
return(theInverse)
6566
}
6667

0 commit comments

Comments
 (0)