Skip to content

Commit 489ab08

Browse files
Merge pull request #174 from dhairyagandhi96/typo
Typo
2 parents cd4c59f + cbb412f commit 489ab08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl/conv_direct.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ By defaulting `beta` to `false`, we make use of the Bradbury promotion trick to
4040
`y` are `NaN`.
4141
4242
The basic implementation performs 3-dimensional convolution; 1-dimensional and 2-
43-
dimensional casesa are supported by simply reshaping `y`, `x` and `w`, for which
43+
dimensional cases are supported by simply reshaping `y`, `x` and `w`, for which
4444
wrapper methods are available.
4545
"""
4646
conv_direct!

0 commit comments

Comments
 (0)