Skip to content

Commit c3e9a84

Browse files
author
bararchy
committed
typos
1 parent b2c4b9d commit c3e9a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ann = Crystal::Fann::Network::Standard.new(2, [2], 1)
2323
ann.train_single([1.0, 0.1], [0.5])
2424
end
2525
result = ann.run([1.0, 0.1])
26-
# Remmber to close the network when done to free allocated C mem
26+
# Remember to close the network when done to free allocated C memory
2727
ann.close
2828
```
2929

@@ -69,7 +69,7 @@ All C lib docs can be found here -> http://libfann.github.io/fann/docs/files/fan
6969
- [x] Add TrainData class
7070
- [x] Add network call method to train on train data
7171
- [x] Add binding to the 'Parallel' binding to work on multi CPU at same time
72-
- [ ] Clean uneeded bindings in the LibFANN binding
72+
- [ ] Clean unneeded bindings in the LibFANN binding
7373
- [ ] Add specific Exceptions
7474
- [ ] Add binding and checks for lib errors
7575

0 commit comments

Comments
 (0)