Skip to content

Commit e2c475a

Browse files
committed
Run spell checker on API comments and README.
Mostly just fixing typos in the API docs.
1 parent 4fee821 commit e2c475a

File tree

2 files changed

+80
-79
lines changed

2 files changed

+80
-79
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ idiomatic, productive, elegant and fast in the Clojure environment.
1313

1414
=> [[4.0 2.0]
1515
[3.0 7.0]]
16-
16+
1717
;; Note: nested Clojure vectors can be used as matrices
1818
```
1919

2020
Key goals of `core.matrix`:
2121

2222
- Provide a clear, standard API / abstraction for **matrix and array programming** in Clojure
23-
- Enable **plugable** support for different underlying matrix library implementations
23+
- Enable **pluggable** support for different underlying matrix library implementations
2424
- Provide a general purpose **n-dimensional array** implementation (NDArray)
2525
- Provide a **foundation** library for other projects (e.g. Incanter)
2626
- Enable **high performance** numerical computing
@@ -59,7 +59,7 @@ matrix implementations. The most mature implementations are currently:
5959
However the API is still *subject to some changes* at present (at least up until release 1.0.0),
6060
so users should be prepared to deal with potential breaking changes when updating to future releases.
6161

62-
The plan is to become an official Clojure Contrib language extension once the API has been well tested.
62+
The plan is to become an official Clojure Contrib language extension once the API has been well tested.
6363

6464
[![Build Status](https://travis-ci.org/mikera/core.matrix.png?branch=master)](https://travis-ci.org/mikera/core.matrix)
6565

0 commit comments

Comments
 (0)