Merge pull request #22 from AndrewWasHere/logical_expressions

typo.
This commit is contained in:
john verzani
2022-08-20 15:36:26 -04:00
committed by GitHub

View File

@@ -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.
:::