diff --git a/quarto.qmd b/quarto.qmd index a101f5f..155fb8b 100644 --- a/quarto.qmd +++ b/quarto.qmd @@ -403,7 +403,7 @@ When the report is rendered, the results of these computations are inserted into > The distribution of the remainder is shown below: When inserting numbers into text, `format()` is your friend. -It allows you to set the number of `digits` so you don't print to a ridiculous degree of accuracy, and a `big.mark` to make numbers easier to read. +It allows you to set the number of `digits` so you don't print to a ridiculous degree of precision, and a `big.mark` to make numbers easier to read. You might combine these into a helper function: ```{r}