Skip to content

Commit

Permalink
USER_GUIDE.md: Fix markdown typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Mar 19, 2022
1 parent 9f0fcde commit 9ca3553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class Coroutine {
uint8_t getNameType() const;
void printNameTo(Print& printer) const;
};
``
```

It is expected that the `setName()` will be called in the global `setup()`
function.
Expand Down

0 comments on commit 9ca3553

Please sign in to comment.