Fix prose typos and grammatical errors across 26 .qmd files
Scan of all .qmd files under quarto/ found 43 genuine prose errors in 26 files. Changes by category: Duplicate words removed: - alternatives/makie_plotting.qmd: 'can can' -> 'can'; 'the the' -> 'the' - basics/vectors.qmd: 'the the' -> 'the'; 'which which' -> 'which' - derivatives/condition.qmd: 'the the' -> 'the' - derivatives/derivatives.qmd: 'At at' -> 'At' - derivatives/lhospitals_rule.qmd: 'the the' -> 'the' - derivatives/mean_value_theorem.qmd: 'the the' -> 'the' - derivatives/more_zeros.qmd: 'the the' -> 'the' - differentiable_vector_calculus/matrix_calculus_notes.qmd: 3 instances - differentiable_vector_calculus/plots_plotting.qmd: 'The the' -> 'The' - differentiable_vector_calculus/vector_fields.qmd: 'the the'; 'a a' -> 'a' - differentiable_vector_calculus/vector_valued_functions.qmd: 'the the' - differentiable_vector_calculus/vectors.qmd: 'the the' - integral_vector_calculus/div_grad_curl.qmd: 'the the' - integral_vector_calculus/double_triple_integrals.qmd: 'The the'; 'over over' - integral_vector_calculus/line_integrals.qmd: 'the the' - integral_vector_calculus/review.qmd: 2x 'the the' - integral_vector_calculus/stokes_theorem.qmd: 2x 'the the' - integrals/improper_integrals.qmd: 'the the' - integrals/substitution.qmd: 'that that' -> 'that' - integrals/surface_area.qmd: 'the the' - precalc/functions.qmd: 'that that width' -> 'that the width' Article (a/an) corrections: - basics/calculator.qmd: 'A overview' -> 'An overview' - basics/vectors.qmd: 'A example' -> 'An example'; 'are a implemented' -> 'are implemented' - derivatives/optimization.qmd: 'an trigonometry-free' -> 'a trigonometry-free' - derivatives/taylor_series_polynomials.qmd: 'a error' -> 'an error' - differentiable_vector_calculus/scalar_functions_applications.qmd: 'a optimization' -> 'an optimization' - differentiable_vector_calculus/vectors.qmd: 'a another' -> 'another'; 'a an angle' -> 'an angle' - integral_vector_calculus/double_triple_integrals.qmd: 'a azimuthal' -> 'an azimuthal' - integral_vector_calculus/line_integrals.qmd: 'an current' -> 'a current'; 'an simply' -> 'a simply'; 'an rotational' -> 'a rotational' - limits/intermediate_value_theorem.qmd: 'an local' -> 'a local'; 'an minimum' -> 'a minimum' Other typos: - basics/calculator.qmd: 'is is not' -> 'is not'; 'chicken is an unfamiliar' -> 'chicken in an unfamiliar'; 'but you the oven' -> 'but the oven' - differentiable_vector_calculus/matrix_calculus_notes.qmd: 'symmteric' -> 'symmetric'
This commit is contained in:
@@ -190,7 +190,7 @@ A right triangle has sides $a=11$ and $b=12$. Find the length of the hypotenus
|
||||
|
||||
##### Example
|
||||
|
||||
A overview of a research paper published in [theconversation.com](https://theconversation.com/earth-harbours-20-000-000-000-000-000-ants-and-they-weigh-more-than-wild-birds-and-mammals-combined-190831) reviews six authors' work on estimating the number of ants currently on earth. This was covered in an
|
||||
An overview of a research paper published in [theconversation.com](https://theconversation.com/earth-harbours-20-000-000-000-000-000-ants-and-they-weigh-more-than-wild-birds-and-mammals-combined-190831) reviews six authors' work on estimating the number of ants currently on earth. This was covered in an
|
||||
article in the [Washington Post](https://www.washingtonpost.com/climate-environment/2022/09/19/ants-population-20-quadrillion/).
|
||||
|
||||
|
||||
@@ -374,7 +374,7 @@ The Google calculator has two built in constants, `e` and `π`. Julia provides t
|
||||
pi
|
||||
```
|
||||
|
||||
Whereas, `e` is is not simply the character `e`, but *rather* a [Unicode](../unicode.html) character typed in as `\euler[tab]`.
|
||||
Whereas, `e` is not simply the character `e`, but *rather* a [Unicode](../unicode.html) character typed in as `\euler[tab]`.
|
||||
|
||||
|
||||
```{julia}
|
||||
@@ -797,7 +797,7 @@ numericq(val)
|
||||
|
||||
###### Question
|
||||
|
||||
You are asked to cook chicken is an unfamiliar kitchen. Your recipe says to turn the oven to 200 Celsius, but you the oven is calibrated in Fahrenheit. Which value is closest?
|
||||
You are asked to cook chicken in an unfamiliar kitchen. Your recipe says to turn the oven to 200 Celsius, but the oven is calibrated in Fahrenheit. Which value is closest?
|
||||
|
||||
```{julia}
|
||||
#| echo: false
|
||||
|
||||
Reference in New Issue
Block a user