Skip to content

Commit

Permalink
docs: update specs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
algebraic-dev authored Sep 7, 2023
1 parent b0e4fb8 commit 5ebc178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPECS.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Onde `..` é um location node que foi ocultado por brevidade.

`If` é uma estrutura que representa um bloco if/else dentro da linguagem. Ele é usado para tomar decisões com base em uma condição. O formato da estrutura é semelhante ao seguinte exemplo:

A condição de um boolean deve ser sempre um boolean.
A condição do if deve ser sempre um boolean.

```javascript
if (true) { a } else { b }
Expand Down

0 comments on commit 5ebc178

Please sign in to comment.