Skip to content

Commit 6a5a7d3

Browse files
committed
Fix inconsistent formatting of See also links
These links use a tab separator between the tag and link, contrary to the standard established in the reference sample.
1 parent a3a5d99 commit 6a5a7d3

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)