Skip to content

Commit 9ca3553

Browse files
committed
USER_GUIDE.md: Fix markdown typo
1 parent 9f0fcde commit 9ca3553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ class Coroutine {
279279
uint8_t getNameType() const;
280280
void printNameTo(Print& printer) const;
281281
};
282-
``
282+
```
283283

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

0 commit comments

Comments
 (0)