Skip to content

Commit a340414

Browse files
committed
Update cachematrix.R
1 parent 5948e11 commit a340414

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cachematrix.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
## to calculate repeatedly
66

77
## Creates cacheMatrix object
8-
98
makeCacheMatrix <- function(x = matrix()) {
109
cachedInverse <- NULL
1110
set <- function(y) {
@@ -22,7 +21,6 @@ makeCacheMatrix <- function(x = matrix()) {
2221

2322

2423
## Returns the inverse cacheMatrix object
25-
2624
cacheSolve <- function(x, ...) {
2725
## Return a matrix that is the inverse of 'x'
2826
invFunc <- x$getInverse()

0 commit comments

Comments
 (0)