Skip to content

Commit 33b1899

Browse files
Update loop.adoc
1 parent 11e82a2 commit 33b1899

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)