Skip to content

Commit 12a97b7

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 674a92e commit 12a97b7

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
@@ -87,8 +87,8 @@ Similarly, including an equal sign after the #define statement will also generat
8787
=== See also
8888

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

9393
--
9494
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)