Merge pull request #28089 from jnerin/patch-1

Update expressions.html link to operators.html
This commit is contained in:
Laura Pacilio 2021-08-23 18:00:42 -04:00 committed by GitHub
commit 0a78072a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Operators are expressions that transform other expressions, like adding two
numbers (`+`) or comparing two values to get a bool (`==`, `>=`, etc.).
This information has moved to
[Operators](/docs/language/expressions/references.html).
[Operators](/docs/language/expressions/operators.html).
<div style="height: 30vh; margin: 0; padding: 0;"></div>