Skip to content

Commit

Permalink
Auto merge of #78 - vm:typo, r=hobofan
Browse files Browse the repository at this point in the history
docs/readme: fix typo in layer
  • Loading branch information
homu committed Mar 10, 2016
2 parents 5e70682 + 9a784a0 commit c9cfc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl<B: IBackend> Layer<B> {
/// Connects to the outputs provided by other layers via the `registry`.
/// Adds output blobs to the layer and then adds them to the `registry`, so the next
/// layers can connect them as their inputs.
/// In the end it intializes the underlying [layer implementation][2].
/// In the end it initializes the underlying [layer implementation][2].
///
/// [2]: ./trait.ILayer.html
///
Expand Down

0 comments on commit c9cfc73

Please sign in to comment.