mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Misc. codespell findings (#1628)
This commit is contained in:
parent
1015f18e7b
commit
73e2117b43
19 changed files with 28 additions and 28 deletions
|
|
@ -45,7 +45,7 @@ The `sort`, `head`, etc are called *verbs*. They're analogs of familiar command-
|
|||
<b>mlr --csv put '$rate = $units / $seconds' input.csv</b>
|
||||
</pre>
|
||||
|
||||
which allow you to succintly express your own logic.
|
||||
which allow you to succinctly express your own logic.
|
||||
|
||||
**Multiple domains:** People use Miller for data analysis, data science, software engineering, devops/system-administration, journalism, scientific research, and more.
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ GENMD-SHOW-COMMAND
|
|||
mlr --csv put '$rate = $units / $seconds' input.csv
|
||||
GENMD-EOF
|
||||
|
||||
which allow you to succintly express your own logic.
|
||||
which allow you to succinctly express your own logic.
|
||||
|
||||
**Multiple domains:** People use Miller for data analysis, data science, software engineering, devops/system-administration, journalism, scientific research, and more.
|
||||
|
||||
|
|
|
|||
|
|
@ -1077,7 +1077,7 @@ This is simply a copy of what you should see on running `man mlr` at a command p
|
|||
|
||||
1mfilter0m
|
||||
Usage: mlr filter [options] {DSL expression}
|
||||
Lets you use a domain-specific language to progamatically filter which
|
||||
Lets you use a domain-specific language to programatically filter which
|
||||
stream records will be output.
|
||||
See also: https://miller.readthedocs.io/en/latest/reference-verbs
|
||||
|
||||
|
|
@ -1535,7 +1535,7 @@ This is simply a copy of what you should see on running `man mlr` at a command p
|
|||
|
||||
1mput0m
|
||||
Usage: mlr put [options] {DSL expression}
|
||||
Lets you use a domain-specific language to progamatically alter stream records.
|
||||
Lets you use a domain-specific language to programatically alter stream records.
|
||||
See also: https://miller.readthedocs.io/en/latest/reference-verbs
|
||||
|
||||
Options:
|
||||
|
|
|
|||
|
|
@ -1056,7 +1056,7 @@
|
|||
|
||||
1mfilter0m
|
||||
Usage: mlr filter [options] {DSL expression}
|
||||
Lets you use a domain-specific language to progamatically filter which
|
||||
Lets you use a domain-specific language to programatically filter which
|
||||
stream records will be output.
|
||||
See also: https://miller.readthedocs.io/en/latest/reference-verbs
|
||||
|
||||
|
|
@ -1514,7 +1514,7 @@
|
|||
|
||||
1mput0m
|
||||
Usage: mlr put [options] {DSL expression}
|
||||
Lets you use a domain-specific language to progamatically alter stream records.
|
||||
Lets you use a domain-specific language to programatically alter stream records.
|
||||
See also: https://miller.readthedocs.io/en/latest/reference-verbs
|
||||
|
||||
Options:
|
||||
|
|
|
|||
|
|
@ -970,7 +970,7 @@ a,b,c
|
|||
</pre>
|
||||
<pre class="pre-non-highlight-in-pair">
|
||||
Usage: mlr filter [options] {DSL expression}
|
||||
Lets you use a domain-specific language to progamatically filter which
|
||||
Lets you use a domain-specific language to programatically filter which
|
||||
stream records will be output.
|
||||
See also: https://miller.readthedocs.io/en/latest/reference-verbs
|
||||
|
||||
|
|
@ -2306,7 +2306,7 @@ Options:
|
|||
</pre>
|
||||
<pre class="pre-non-highlight-in-pair">
|
||||
Usage: mlr put [options] {DSL expression}
|
||||
Lets you use a domain-specific language to progamatically alter stream records.
|
||||
Lets you use a domain-specific language to programatically alter stream records.
|
||||
See also: https://miller.readthedocs.io/en/latest/reference-verbs
|
||||
|
||||
Options:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue