diff options
Diffstat (limited to 'docs/csmap_api.md')
| -rw-r--r-- | docs/csmap_api.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/csmap_api.md b/docs/csmap_api.md index 59914369..4a5e911f 100644 --- a/docs/csmap_api.md +++ b/docs/csmap_api.md @@ -146,7 +146,9 @@ The HEX of color BLACK is:[#000000] ### Example 2 Translate a [C++ example using *insert* and *emplace*](https://en.cppreference.com/w/cpp/container/map/try_emplace) - to STC: [ [Run this code](https://godbolt.org/z/9d1PP77Pa) ] + to STC: + +[ [Run this code](https://godbolt.org/z/9d1PP77Pa) ] ```c #include <stc/cstr.h> #define i_type strmap |
