Skip to content

Commit 207a279

Browse files
committed
Update cachematrix.R
1 parent 13486c6 commit 207a279

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
@@ -10,7 +10,7 @@
1010

1111
## Objects 'x' will be the matrix and 'inv' its solved inverse matrix
1212

13-
## After creating the special matrix object, it will cache its inverse.
13+
## After creating the special matrix object, this function will cache its inverse.
1414

1515
makeCacheMatrix <- function(x = matrix()) {
1616

0 commit comments

Comments
 (0)