diff options
author | 2021-12-21 19:55:05 +0100 | |
---|---|---|
committer | 2021-12-21 19:55:05 +0100 | |
commit | e249813ad7a5670dd9a1a70d46b72aa02ce4dce0 (patch) | |
tree | d5092fa9f154994c27f710f3ec4cacdb651fd96d | |
parent | d3d650b2c7e8492c96d8a37d85620ff491178632 (diff) | |
download | rtic-e249813ad7a5670dd9a1a70d46b72aa02ce4dce0.tar.gz rtic-e249813ad7a5670dd9a1a70d46b72aa02ce4dce0.tar.zst rtic-e249813ad7a5670dd9a1a70d46b72aa02ce4dce0.zip |
Update preface.md
polish
-rw-r--r-- | book/en/src/preface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/preface.md b/book/en/src/preface.md index 7ad33e14..d9dbc04b 100644 --- a/book/en/src/preface.md +++ b/book/en/src/preface.md @@ -8,7 +8,7 @@ # Preface This book contains user level documentation for the Real-Time Interrupt-driven Concurrency -(RTIC) framework. The API reference available [here](../../api/). +(RTIC) framework. The API reference is available [here](../../api/). Formerly known as Real-Time For the Masses. |