Skip to content

Commit

Permalink
Fix typo in manual (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan authored and kleinschmidt committed Oct 19, 2019
1 parent 6d581b1 commit 93b60fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/internals.md
Expand Up @@ -564,7 +564,7 @@ PolyTerm{Term,ConstantTerm{Int64}}
construction more convenient. Second, because of how the `@formula` macro
generates code, the function that represents special syntax must be
available in the namespace where `@formula` is _called_. This is because
calls to arbitrary functions `f` are lowered to `FunctionTerm{tyepof(f)}`.
calls to arbitrary functions `f` are lowered to `FunctionTerm{typeof(f)}`.

Now we can programmatically construct `PolyTerm`s at run-time:

Expand Down

0 comments on commit 93b60fd

Please sign in to comment.