We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c59d9 commit bf325afCopy full SHA for bf325af
src/@aml/@aml_parse/custom_code.jl
@@ -80,7 +80,7 @@ In the following example `log` is filled automatically (which doesn't have an as
80
# add custom code to the end of extractor function
81
@extractor begin
82
if GPA > 4.0
83
- log = "A genius with a GPA of $GPA is found" # setting fields using @extractor only changes the field and not the xml code
+ log = "A genius with a GPA of \$GPA is found" # setting fields using @extractor only changes the field and not the xml code
84
end
85
86
0 commit comments