We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd210d commit e21a653Copy full SHA for e21a653
README.md
@@ -27,7 +27,7 @@ are required to opt-into the interface.
27
### `canonicalize` Definition
28
29
```julia
30
-cononicalize(::AbstractPortion, p::T1) -> values::T2, repack, aliases::Bool
+canonicalize(::AbstractPortion, p::T1) -> values::T2, repack, aliases::Bool
31
repack(new_values::T2) -> p::T2 # with values replaced with new_values
32
```
33
0 commit comments