diff --git a/doc/content-for-reference.html b/doc/content-for-reference.html index 1a7825e1c..da475ff19 100644 --- a/doc/content-for-reference.html +++ b/doc/content-for-reference.html @@ -426,8 +426,8 @@ in the data input stream, or assignment $x="" or @x="" in
  • Absent (key not present): a field name is not present, e.g. input record is x=1,y=2 and a put or filter expression refers to $z. Or, reading an out-of-stream variable which hasn’t -been assigned a value yet, e.g. mlr put -q '@sum += $x'; end{emit -@sum}' or mlr put -q '@sum[$a][$b] += $x'; end{emit @sum, "a", +been assigned a value yet, e.g. mlr put -q '@sum += $x; end{emit +@sum}' or mlr put -q '@sum[$a][$b] += $x; end{emit @sum, "a", "b"}'. diff --git a/doc/reference.html b/doc/reference.html index 779b11996..119b48516 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -772,8 +772,8 @@ in the data input stream, or assignment $x="" or @x="" in
  • Absent (key not present): a field name is not present, e.g. input record is x=1,y=2 and a put or filter expression refers to $z. Or, reading an out-of-stream variable which hasn’t -been assigned a value yet, e.g. mlr put -q '@sum += $x'; end{emit -@sum}' or mlr put -q '@sum[$a][$b] += $x'; end{emit @sum, "a", +been assigned a value yet, e.g. mlr put -q '@sum += $x; end{emit +@sum}' or mlr put -q '@sum[$a][$b] += $x; end{emit @sum, "a", "b"}'.