mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
fix typo
This commit is contained in:
parent
2d5dd4a082
commit
f48c191688
2 changed files with 4 additions and 4 deletions
|
|
@ -426,8 +426,8 @@ in the data input stream, or assignment <tt>$x=""</tt> or <tt>@x=""</tt> in
|
|||
<li/> <b>Absent (key not present)</b>: a field name is not present, e.g. input
|
||||
record is <tt>x=1,y=2</tt> and a <tt>put</tt> or <tt>filter</tt> expression
|
||||
refers to <tt>$z</tt>. Or, reading an out-of-stream variable which hasn’t
|
||||
been assigned a value yet, e.g. <tt>mlr put -q '@sum += $x'; end{emit
|
||||
@sum}'</tt> or <tt>mlr put -q '@sum[$a][$b] += $x'; end{emit @sum, "a",
|
||||
been assigned a value yet, e.g. <tt>mlr put -q '@sum += $x; end{emit
|
||||
@sum}'</tt> or <tt>mlr put -q '@sum[$a][$b] += $x; end{emit @sum, "a",
|
||||
"b"}'</tt>.
|
||||
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -772,8 +772,8 @@ in the data input stream, or assignment <tt>$x=""</tt> or <tt>@x=""</tt> in
|
|||
<li/> <b>Absent (key not present)</b>: a field name is not present, e.g. input
|
||||
record is <tt>x=1,y=2</tt> and a <tt>put</tt> or <tt>filter</tt> expression
|
||||
refers to <tt>$z</tt>. Or, reading an out-of-stream variable which hasn’t
|
||||
been assigned a value yet, e.g. <tt>mlr put -q '@sum += $x'; end{emit
|
||||
@sum}'</tt> or <tt>mlr put -q '@sum[$a][$b] += $x'; end{emit @sum, "a",
|
||||
been assigned a value yet, e.g. <tt>mlr put -q '@sum += $x; end{emit
|
||||
@sum}'</tt> or <tt>mlr put -q '@sum[$a][$b] += $x; end{emit @sum, "a",
|
||||
"b"}'</tt>.
|
||||
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue