Skip to content

Commit cb7270e

Browse files
authored
Update cachematrix.R
1 parent 7f657dd commit cb7270e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cachematrix.R

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
## Put comments here that give an overall description of what your
2-
## functions do
3-
4-
## Write a short comment describing this function
1+
biir## Write a short comment describing this function
52

63
makeCacheMatrix <- function(x = matrix()) {
74

@@ -11,5 +8,5 @@ makeCacheMatrix <- function(x = matrix()) {
118
## Write a short comment describing this function
129

1310
cacheSolve <- function(x, ...) {
14-
## Return a matrix that is the inverse of 'x'
11+
y# Return a matrix that is the inverse of 'x'vo
1512
}

0 commit comments

Comments
 (0)