Skip to content

Commit f64c053

Browse files
author
Jason Lehto
committed
Fix Spelling
1 parent 2024f2f commit f64c053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ and the attention coefficients will be calculated as
280280
# Arguments
281281
282282
- `in`: The dimension of input node features.
283-
- `ein`: The dimension of input edget features. Default 0 (i.e. no edge features passed in the forward).
283+
- `ein`: The dimension of input edge features. Default 0 (i.e. no edge features passed in the forward).
284284
- `out`: The dimension of output node features.
285285
- `σ`: Activation function. Default `identity`.
286286
- `bias`: Learn the additive bias if true. Default `true`.

0 commit comments

Comments
 (0)