Skip to content

Commit 1f37e26

Browse files
committed
doc/book: Typo in layers.html
Writer should have been intended to write "smaller" instead of "smalle" in line 75, layers.html
1 parent 388555a commit 1f37e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/layers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h3>What is a Layer?</h3>
7272
<p><a href="./deep-learning-glossary.html#Layer">Layers</a> are the only building
7373
blocks in Leaf. As we will see later on, everything is a layer. Even when
7474
we construct <a href="./deep-learning-glossary.html#Network">networks</a>, we are still just
75-
working with layers composed of smalle layers. This makes the API clean and expressive.</p>
75+
working with layers composed of smaller layers. This makes the API clean and expressive.</p>
7676
<p>A layer is like a function: given an input it computes an output.
7777
It could be some mathematical expression, like Sigmoid, ReLU, or a non-mathematical instruction,
7878
like querying data from a database, logging data, or anything in between.

0 commit comments

Comments
 (0)