Skip to content

Commit 9def3c4

Browse files
jacobhylenper1234
andauthored
Update content/software/ide-v2/tutorials/ide-v2-autocomplete-feature/ide-v2-autocomplete-feature.md
Co-authored-by: per1234 <accounts@perglass.com>
1 parent 57d0224 commit 9def3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/software/ide-v2/tutorials/ide-v2-autocomplete-feature/ide-v2-autocomplete-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Using the autocomplete feature is easy, but let's take a look at how it actually
5656

5757
![Suggestion for autocompletion (LED_BUILTIN).](assets/autocompletion-feature-img04.png)
5858

59-
**5.** Now if we mark the following parameter, `uint8_t mode`, delete it, and instead start writing **OUT**, we will see the suggestion for `OUTPUT` appear, as the autocomplete feature is triggered once more, which we can also autocomplete.
59+
**5.** Now if we mark the following parameter, `uint8_t mode`, delete it, and instead start writing **out**, we will see the suggestion for `OUTPUT` appear, as the autocomplete feature is triggered once more, which we can also autocomplete.
6060

6161

6262
![Suggestion for autocompletion (OUTPUT).](assets/autocompletion-feature-img05.png)

0 commit comments

Comments
 (0)