diff --git a/docs/src/data-diving-examples.md b/docs/src/data-diving-examples.md index 99bcf588c0..4a62754030 100644 --- a/docs/src/data-diving-examples.md +++ b/docs/src/data-diving-examples.md @@ -286,7 +286,7 @@ bin_lo bin_hi flag_count u_count v_count 1.0900000000000003 1.1900000000000002 0 0 25 -Look at univariate stats by color and shape. In particular, color-dependent flag probabilities pop out, aligning with their original Bernoulli probablities from the data-generator script: +Look at univariate stats by color and shape. In particular, color-dependent flag probabilities pop out, aligning with their original Bernoulli probabilities from the data-generator script:
mlr --opprint stats1 -a min,mean,max -f flag,u,v -g color \ diff --git a/docs/src/data-diving-examples.md.in b/docs/src/data-diving-examples.md.in index 2b63c97a17..d83a41eaaa 100644 --- a/docs/src/data-diving-examples.md.in +++ b/docs/src/data-diving-examples.md.in @@ -93,7 +93,7 @@ GENMD-RUN-COMMAND mlr --opprint histogram -f flag,u,v --lo -0.1 --hi 1.1 --nbins 12 data/colored-shapes.dkvp GENMD-EOF -Look at univariate stats by color and shape. In particular, color-dependent flag probabilities pop out, aligning with their original Bernoulli probablities from the data-generator script: +Look at univariate stats by color and shape. In particular, color-dependent flag probabilities pop out, aligning with their original Bernoulli probabilities from the data-generator script: GENMD-RUN-COMMAND mlr --opprint stats1 -a min,mean,max -f flag,u,v -g color \ diff --git a/docs/src/new-in-miller-6.md b/docs/src/new-in-miller-6.md index e0cbbbe9c6..2620dea510 100644 --- a/docs/src/new-in-miller-6.md +++ b/docs/src/new-in-miller-6.md @@ -84,7 +84,7 @@ For `mlr put` and `mlr filter`, parse-error messages now include location informmlr: cannot parse DSL expression. -Parse error on token ">" at line 63 columnn 7. +Parse error on token ">" at line 63 column 7.### Scripting diff --git a/docs/src/new-in-miller-6.md.in b/docs/src/new-in-miller-6.md.in index cae4192db1..a314ea24a7 100644 --- a/docs/src/new-in-miller-6.md.in +++ b/docs/src/new-in-miller-6.md.in @@ -68,7 +68,7 @@ For `mlr put` and `mlr filter`, parse-error messages now include location inform GENMD-CARDIFY mlr: cannot parse DSL expression. -Parse error on token ">" at line 63 columnn 7. +Parse error on token ">" at line 63 column 7. GENMD-EOF ### Scripting diff --git a/docs/src/reference-dsl-output-statements.md b/docs/src/reference-dsl-output-statements.md index 46e7f89d2b..0984b1fd5e 100644 --- a/docs/src/reference-dsl-output-statements.md +++ b/docs/src/reference-dsl-output-statements.md @@ -342,7 +342,7 @@ JSON vs. tabular formats](flatten-unflatten.md) for more information. The reason for this is part historical and part technical. As we'll see below, you can do lots of syntactical things with `emit`, `emitp`, and `emitf`, including printing them side-by-side, index them, redirect the output to files, -etc. What this means syntatically is that Miller's parser needs to handle all +etc. What this means syntactically is that Miller's parser needs to handle all sorts of commas, parentheses, and so on:diff --git a/docs/src/reference-dsl-output-statements.md.in b/docs/src/reference-dsl-output-statements.md.in index dabf0f433d..3b42c2bc76 100644 --- a/docs/src/reference-dsl-output-statements.md.in +++ b/docs/src/reference-dsl-output-statements.md.in @@ -153,7 +153,7 @@ JSON vs. tabular formats](flatten-unflatten.md) for more information. The reason for this is part historical and part technical. As we'll see below, you can do lots of syntactical things with `emit`, `emitp`, and `emitf`, including printing them side-by-side, index them, redirect the output to files, -etc. What this means syntatically is that Miller's parser needs to handle all +etc. What this means syntactically is that Miller's parser needs to handle all sorts of commas, parentheses, and so on: GENMD-CARDIFY