Skip to content

Commit 6f48e88

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 c230255 commit 6f48e88

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
@@ -67,7 +67,7 @@ while (var < 200) {
6767
[role="language"]
6868

6969
[role="example"]
70-
* #EXAMPLE# https://arduino.cc/en/Tutorial/WhileLoop[While Loop Tutorial^]
70+
* #EXAMPLE# https://arduino.cc/en/Tutorial/WhileLoop[While Loop Tutorial^]
7171

7272
--
7373
// SEE ALSO SECTION ENDS

Language/Structure/Further Syntax/define.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ subCategories: [ "추가 문법" ]
8686
=== 더보기
8787

8888
[role="language"]
89-
* #LANGUAGE# link:../../../variables/variable-scope\--qualifiers/const[const]
90-
* #LANGUAGE# link:../../../variables/constants/constants[Constants]
89+
* #LANGUAGE# link:../../../variables/variable-scope\--qualifiers/const[const]
90+
* #LANGUAGE# link:../../../variables/constants/constants[Constants]
9191

9292
--
9393
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)