diff options
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/glossary.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/reference/glossary.rst b/docs/reference/glossary.rst index 98a2a50d8..9daf0dc3a 100644 --- a/docs/reference/glossary.rst +++ b/docs/reference/glossary.rst @@ -4,9 +4,10 @@ Glossary .. glossary:: baremetal - A system without (full-fledged) OS, like an :term:`MCU`. When - running on a baremetal system, MicroPython effectively becomes - its user-facing OS with a command interpreter (REPL). + A system without a (full-fledged) OS, for example an + :term:`MCU`-based system. When running on a baremetal system, + MicroPython effectively becomes its user-facing OS with a command + interpreter (REPL). board A PCB board. Oftentimes, the term is used to denote a particular |