Skip to content

Commit 2df5442

Browse files
committed
Adding comment about assignment.
1 parent 7f657dd commit 2df5442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cachematrix.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## Put comments here that give an overall description of what your
2-
## functions do
1+
## Matrix inversion is usually a costly computation and there may be
2+
## some benefit to caching the inverse of a matrix rather than compute
3+
## it repeatedly
34

4-
## Write a short comment describing this function
55

66
makeCacheMatrix <- function(x = matrix()) {
77

0 commit comments

Comments
 (0)