From dd2f7f28451d8e3c6b7c37641e73094feff6d138 Mon Sep 17 00:00:00 2001 From: Artur Filardi Victoriano <39390996+arturFVictor@users.noreply.github.com> Date: Wed, 14 Aug 2019 19:42:45 -0300 Subject: [PATCH] Correction in translation to PT (#24918) "E se" --> "If" --- guide/portuguese/c/if/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/portuguese/c/if/index.md b/guide/portuguese/c/if/index.md index c64acd5f0e..0e6b549c97 100644 --- a/guide/portuguese/c/if/index.md +++ b/guide/portuguese/c/if/index.md @@ -2,7 +2,7 @@ title: If localeTitle: E se --- -# E se +# If A instrução if executa diferentes blocos de código com base nas condições. ```