Skip to content

Commit da5fe26

Browse files
committed
add comment
1 parent 342973b commit da5fe26

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
@@ -29,7 +29,7 @@ makeCacheMatrix <- function(x = matrix()) {
2929
## if the inverse of the matrix has previously calculated, returns that
3030
## cached result. Otherwise, the inverse of the matrix is calcuated, stored
3131
## in the object passed in to cacheSolve, and then the inverse matrix is
32-
## returned.
32+
## returned. It is assumed that the matrix supplied is always invertable.
3333

3434
cacheSolve <- function(x, ...) {
3535
m <- x$getinverse()

0 commit comments

Comments
 (0)