Skip to content

Commit 6636e4d

Browse files
committed
Just an additonal comment in the cachematrix file for a demo
1 parent bc4bc29 commit 6636e4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cachematrix.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +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 - second change - pullrequestcheck
30-
## Edit one + two
29+
## Adding a comment for the demo
3130

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

0 commit comments

Comments
 (0)