Skip to content

Commit 91deb20

Browse files
authored
Merge pull request #685 from animeshsrivastava24/patch-20
Code Highlight markup and Link colouration fix loop.adoc
2 parents 11e82a2 + 33b1899 commit 91deb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Structure/Sketch/loop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Sketch" ]
1717

1818
[float]
1919
=== Description
20-
After creating a link:../setup[setup()] function, which initializes and sets the initial values, the `loop()` function does precisely what its name suggests, and loops consecutively, allowing your program to change and respond. Use it to actively control the Arduino board.
20+
After creating a `link:../setup[setup()]` function, which initializes and sets the initial values, the `loop()` function does precisely what its name suggests, and loops consecutively, allowing your program to change and respond. Use it to actively control the Arduino board.
2121
[%hardbreaks]
2222

2323
--

0 commit comments

Comments
 (0)