Skip to content

Commit ab623cc

Browse files
committed
add comment for cachematrix function
1 parent 94372cb commit ab623cc

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
@@ -27,6 +27,7 @@ makeCacheMatrix <- function(x = matrix()) {
2727
## Return the inverse matrix by calling the functions defined above
2828
## Please ignore this comment - just for demo
2929
## Please ignore - wip feature change - second change - pullrequestcheck
30+
## Edit one
3031

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

0 commit comments

Comments
 (0)