Skip to content

Commit 83a1af6

Browse files
committed
Update cachematrix.R
1 parent 4adbdfc commit 83a1af6

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
@@ -22,7 +22,7 @@ makeCacheMatrix <- function(x = matrix()) {
2222

2323
## Computes the inverse of the special "matrix" returned by makeCacheMatrix
2424
## f the inverse has already been calculated (and the matrix has not changed),
25-
## then cacheSolve should retrieve the inverse from the cache.
25+
## retrieve the inverse from the cache.
2626
cacheSolve <- function(x, ...) {
2727
m <- x$getinverse()
2828
if(!is.null(m)) {

0 commit comments

Comments
 (0)