Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bararchy committed Sep 17, 2017
1 parent b2c4b9d commit c3e9a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ann = Crystal::Fann::Network::Standard.new(2, [2], 1)
ann.train_single([1.0, 0.1], [0.5])
end
result = ann.run([1.0, 0.1])
# Remmber to close the network when done to free allocated C mem
# Remember to close the network when done to free allocated C memory
ann.close
```

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

Expand Down

0 comments on commit c3e9a84

Please sign in to comment.