In the section “Advanced Type Checking in Editors”, all the code-snippets have the following typo.
asType(contantTOP)
should be:
asType(constantTOP)
In the section “Advanced Type Checking in Editors”, all the code-snippets have the following typo.
asType(contantTOP)
should be:
asType(constantTOP)
No worries @snaut , happy to help. If and when I find other typos like this (in the docs or in the operator snippets) do I keep posting on the forum like this or is there a preferred way to report typos / minor changes?