Skip to content
Snippets Groups Projects
Commit bed7c82d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix docs

parent 1704fcec
No related branches found
No related tags found
No related merge requests found
......@@ -126,9 +126,11 @@ Additionally, an extra argument can be specified:
{
"type": "caster",
"cast_to": "name of a built-in or a FQ class ID",
"expr": "y(int(x)"
"expr": "y(int(x))"
}
In which case cast_to will be displayed as a _y_ in expression,
which will be eval()ed, and this value will be output.
In which case cast_to will be displayed as a
**y** in expression,
which will be eval()ed, and this value will be
output. The input value will be called **x**.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment