Skip to content

Commit 75d97f7

Browse files
committed
Matrix inversion logic changes
1 parent 282a7cf commit 75d97f7

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
@@ -26,7 +26,7 @@ makeCacheMatrix <- function(x = matrix()) {
2626

2727
## Return the inverse matrix by calling the functions defined above
2828
## Please ignore this comment - just for demo
29-
## Please ignore - wip feature change
29+
## Please ignore - wip feature change - second change
3030

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

0 commit comments

Comments
 (0)