Skip to content

Commit

Permalink
Adiciona melhoria capítulo 3 linha 16 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
BSTK authored Jun 19, 2024
1 parent 770e2dd commit 14f2f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch03-05-control-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fornece uma condição e, em seguida, estado, "Se esta condição for cumprida,
de código. Se a condição não for atendida, não execute este bloco de código. ”

Crie um novo projeto chamado *branches* no seu diretório *projects* para explorar
a expressão `if`. No arquivo * src / main.rs *, digite o seguinte:
a expressão `if`. No arquivo *src/main.rs*, digite o seguinte:

<span class="filename">Nome do arquivo: src/main.rs</span>

Expand Down

0 comments on commit 14f2f07

Please sign in to comment.