diff --git a/README.md b/README.md index f76d59b..583c171 100644 --- a/README.md +++ b/README.md @@ -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)`. @@ -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. - \ No newline at end of file +