Skip to content

Commit 8f9a5f1

Browse files
author
Sean Hill
committed
Add file description comments
1 parent 7f657dd commit 8f9a5f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cachematrix.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## Put comments here that give an overall description of what your
2-
## functions do
1+
## These functions create a matrix with a cacheable inverse
2+
## Use the makeCacheMatrix to return a cacheable matrix and then use
3+
## cacheSolve to compute the inverse and cache it or return the cached inverse
34

45
## Write a short comment describing this function
56

0 commit comments

Comments
 (0)