Skip to content

Commit 4ed39d4

Browse files
comment changed
1 parent 2f88133 commit 4ed39d4

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
@@ -5,7 +5,7 @@
55
makeCacheMatrix <- function(x = matrix()) {
66
inv <- NULL
77

8-
## get & set original matrix (unused in this task)
8+
## get & set original matrix
99
set <- function(m) {
1010
x <<- m
1111
inv <<- NULL

0 commit comments

Comments
 (0)