Skip to content

Commit 7fbe172

Browse files
Update content/software/ide-v2/tutorials/ide-v2-autocomplete-feature/ide-v2-autocomplete-feature.md
Co-authored-by: Karl Söderby <35461661+karlsoderby@users.noreply.github.com>
1 parent d52aa63 commit 7fbe172

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ 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 when 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.
60+
6061

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

0 commit comments

Comments
 (0)