Skip to content

Commit 6add8d8

Browse files
authored
Merge pull request #3 from obaidmalik/testbranch
add comment for cachematrix function
2 parents 94372cb + ab623cc commit 6add8d8

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)