Skip to content

Commit c58a13a

Browse files
committed
minor comment updates
1 parent 34c41f4 commit c58a13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cachematrix.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## The two functions cache the inverse of a given matrix.
22
##
3-
## Note: the matrix supplied is always invertible.
3+
## Note: the matrix supplied should always be invertible.
44

55
## makeCacheMatrix is a function taking a matrix as it argument.
66
##
7-
## It will expose:
7+
## It provides:
88
##
99
## Setting the value of the matrix
1010
## Getting the value of the matrix

0 commit comments

Comments
 (0)