Skip to content

Commit 726257d

Browse files
authored
Fix typo and See also section
1 parent 0e5b00b commit 726257d

File tree

1 file changed

+12
-1
lines changed
  • Language/Variables/Variable Scope & Qualifiers

1 file changed

+12
-1
lines changed

Language/Variables/Variable Scope & Qualifiers/static.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void setup()
6161
}
6262
6363
void loop()
64-
{ // tetst randomWalk function
64+
{ // test randomWalk function
6565
stepsize = 5;
6666
thisTime = randomWalk(stepsize);
6767
Serial.println(thisTime);
@@ -89,3 +89,14 @@ int randomWalk(int moveSize){
8989

9090
--
9191
// HOW TO USE SECTION ENDS
92+
93+
94+
// SEE ALSO SECTION STARTS
95+
[#see_also]
96+
--
97+
98+
[float]
99+
=== See also
100+
101+
--
102+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)