Skip to content

Commit 1fef853

Browse files
BioGeekdlfivefifty
authored andcommitted
Fix typo in README (#81)
precent -> present
1 parent 0f9bffe commit 1fef853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ as well as identity matrices. This package exports the following types: `Eye`,
88
`Fill`, `Ones`, and `Zeros`.
99

1010

11-
The primary purpose of this package is to precent a unified way of constructing
11+
The primary purpose of this package is to present a unified way of constructing
1212
matrices. For example, to construct a 5-by-5 `CLArray` of all zeros, one would use
1313
```julia
1414
julia> CLArray(Zeros(5,5))

0 commit comments

Comments
 (0)