Skip to content

Commit eff6306

Browse files
Update src/layers/basic.jl
Co-authored-by: Kyle Daruwalla <daruwalla.k.public@icloud.com>
1 parent 63ef7fa commit eff6306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/basic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ end
436436
A lookup table that stores embeddings of dimension `out`
437437
for a vocabulary of size `in`.
438438
439-
This layers is often used to store word embeddings and retrieve them using indices.
439+
This layer is often used to store word embeddings and retrieve them using indices.
440440
The input to the layer can be either a vector of indices
441441
or the corresponding [onehot encoding](@ref Flux.OneHotArray).
442442

0 commit comments

Comments
 (0)