Skip to content

Commit ad1a7f5

Browse files
Merge pull request #2 from elisno/elisno-readme-typo
Fix typo in README.md
2 parents 1cd210d + e21a653 commit ad1a7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ are required to opt-into the interface.
2727
### `canonicalize` Definition
2828

2929
```julia
30-
cononicalize(::AbstractPortion, p::T1) -> values::T2, repack, aliases::Bool
30+
canonicalize(::AbstractPortion, p::T1) -> values::T2, repack, aliases::Bool
3131
repack(new_values::T2) -> p::T2 # with values replaced with new_values
3232
```
3333

0 commit comments

Comments
 (0)