From 68a2d45d017abd57124dafaf1abf7fed3f6cb364 Mon Sep 17 00:00:00 2001 From: Andrew Lin Date: Fri, 19 Aug 2022 19:39:48 -0700 Subject: [PATCH] typo. --- quarto/precalc/logical_expressions.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarto/precalc/logical_expressions.qmd b/quarto/precalc/logical_expressions.qmd index 1ec15d8..b9d3c53 100644 --- a/quarto/precalc/logical_expressions.qmd +++ b/quarto/precalc/logical_expressions.qmd @@ -47,7 +47,7 @@ The set of numeric comparisons is nearly the same as the mathematical counterpar :::{.callout-warning} ## Warning -The use of `==` is necessary, as `=` is used for assignment and mutation.") +The use of `==` is necessary, as `=` is used for assignment and mutation. :::