Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Construct a new term with the operation `f` and arguments `args`, the term shoul

#### `unsorted_arguments(x)`

If x is a term satisfying `istree(x)` and your term type `T` orovides
and optimized implementation for storing the arguments, this function can
If x is a term satisfying `istree(x)` and your term type `T` provides
an optimized implementation for storing the arguments, this function can
be used to retrieve the arguments when the order of arguments does not matter
but the speed of the operation does. Defaults to `arguments(x)`.

Expand All @@ -69,4 +69,4 @@ Define this for your symbolic types if you want `SymbolicUtils.simplify` to appl
specific to numbers (such as commutativity of multiplication). Or such
rules that may be implemented in the future.

<!-- TODO update examples -->
<!-- TODO update examples -->