diff --git a/USER_GUIDE.md b/USER_GUIDE.md index f792228..3ebbc2e 100644 --- a/USER_GUIDE.md +++ b/USER_GUIDE.md @@ -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.