Skip to content

Commit a0e9a85

Browse files
author
Necrum
committed
fixed typos
1 parent 618e1b9 commit a0e9a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cachematrix.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ makeCacheMatrix <- function(x = matrix()) {
2828
}
2929

3030

31-
## Calculates of gets from the cache the inverse of a "matrix" object
32-
31+
## Calculates the inverse of a matrix object or
32+
## gets it from the cache
3333
cacheSolve <- function(x, ...) {
3434
inv <- x$getinverse()
3535
if (!is.null(inv)) {

0 commit comments

Comments
 (0)