Skip to content

Commit 75b391b

Browse files
authored
Merge pull request #771 from KronosTheLate/patch-1
Fix typo
2 parents 2b8d578 + f19345d commit 75b391b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composition/models/pipelines.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Names for the component fields are automatically generated unless
188188
explicitly specified, as in
189189
190190
```
191-
Pipeline(endoder=ContinuousEncoder(drop_last=false),
191+
Pipeline(encoder=ContinuousEncoder(drop_last=false),
192192
stand=Standardizer())
193193
```
194194

0 commit comments

Comments
 (0)