Skip to content

Commit bdca2c2

Browse files
committed
fix up comment typos
1 parent c8d118c commit bdca2c2

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,8 +1,8 @@
11
## cachematrix.R
22
## Nathan Moser ([email protected])
33
##
4-
## Implements an object can be used to calculate the inverse of a supplied matrix,
5-
## and caches the result in the object. If the object is used again to find
4+
## Implements an object that can be used to calculate the inverse of a supplied matrix,
5+
## and cache the result in the object. If the object is used again to find
66
## the inverted matrix, the cached result will be returned, rather than the
77
## inverse being calculated again.
88

0 commit comments

Comments
 (0)