Skip to content

Commit d60b8be

Browse files
committed
comment improvement
1 parent eca794a commit d60b8be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cachematrix.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
## matrix that can cache its inverse to avoid the expense of this operation
33
## executing more than once.
44

5-
## 'matrix_val' is a square matrix to be contained in the cache enabled object.
5+
## 'matrix_val' is a square matrix to be contained in the cache enabled object,
6+
## this function assumes that the matrix supplied is always invertible.
67
##
78
## Return an object that contains the input martix_val with the ability to
89
## cache its inverse.

0 commit comments

Comments
 (0)