Skip to content

Commit c33296d

Browse files
committed
hotfix in agile branch
1 parent 5f83a33 commit c33296d

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

2626

2727
## Return the inverse matrix by calling the functions defined above
28-
## adding this comment here for the benefit of my agile chapter peers
28+
## adding this comment here for the benefit of my agile chapter peers on my agile branch
2929

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

0 commit comments

Comments
 (0)