Update expressions.html.md

Just correction of the link to operators.html.
This commit is contained in:
Jorge Nerín 2021-03-15 13:43:18 +00:00 committed by GitHub
parent fac60ab124
commit ede75a944f
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: 100vh; margin: 0; padding: 0;"></div>