Skip to content

Commit f8de1da

Browse files
committed
function descriptions added
1 parent 4a9c367 commit f8de1da

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
@@ -24,7 +24,7 @@ makeCacheMatrix <- function(x = matrix()) {
2424
}
2525

2626

27-
## Write a short comment describing this function
27+
## Return the inverse matrix
2828

2929
cacheSolve <- function(x, ...) {
3030
## Return a matrix that is the inverse of 'x'

0 commit comments

Comments
 (0)