Skip to content

Commit c4a8655

Browse files
authored
Merge PR #356 "Fix inconsistent formatting of See also links" from per1234
Fix inconsistent formatting of See also links
2 parents b8f4ed4 + 6a5a7d3 commit c4a8655

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Language/Structure/Control Structure/while.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ while (var < 200) {
6363
[role="language"]
6464

6565
[role="example"]
66-
#EXEMPLO# https://arduino.cc/en/Tutorial/WhileLoop[Tutorial Loop While (Em Inglês)^]
66+
#EXEMPLO# https://arduino.cc/en/Tutorial/WhileLoop[Tutorial Loop While (Em Inglês)^]
6767

6868
--
6969
// SEE ALSO SECTION ENDS

Language/Structure/Further Syntax/define.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Similarmente, incluir sinal de igual após #define também resultará em erros
8282
=== Ver Também
8383

8484
[role="language"]
85-
#LINGUAGEM# link:../../../variables/variable-scope\--qualifiers/const[palavra-chave const] +
86-
#LINGUAGEM# link:../../../variables/constants/constants[Constantes]
85+
#LINGUAGEM# link:../../../variables/variable-scope\--qualifiers/const[palavra-chave const] +
86+
#LINGUAGEM# link:../../../variables/constants/constants[Constantes]
8787

8888
--
8989
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)