Skip to content

Commit 697bb62

Browse files
authored
Update mod.rs
1 parent 48cf040 commit 697bb62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generics_dispatch/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use crate::{
1010

1111
// These types are the key gadgets that allow the transition from the generic interface of this wrapper
1212
// to the flat function interface of the C library.
13-
// They essentially form a tree in the type system with assiociated as edge transitions.
14-
// Maybe it is possible top implement this goal more in a more simple way, but this is what I came up with.
13+
// They essentially form a tree in the type system with associated types as edge transitions.
14+
// Maybe it is possible topimplement this goal more in a more simple way, but this is what I came up with.
1515
pub type SmallAlphabetFunctionsDispatch<I, O, P> =
1616
<<<P as Parallelism>::WithInput<I, O> as InputDispatch<I, O>>::WithOutput as OutputDispatch<
1717
I,

0 commit comments

Comments
 (0)