Skip to content

Commit e4eed41

Browse files
committed
A few more comments on what to do
1 parent 05bf4b3 commit e4eed41

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cachematrix.R

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
## [Put comments here that describe what your functions do]
1+
## Put comments here that give an overall description of what your
2+
## functions do
3+
4+
## Write a short comment describing this function
25

36
makeCacheMatrix <- function(x = matrix()) {
47

58
}
69

710

11+
## Write a short comment describing this function
12+
813
cacheSolve <- function(x, ...) {
914
## Return a matrix that is the inverse of 'x'
1015
}

0 commit comments

Comments
 (0)