Add semicolon

debater-coder 2022-01-28 13:47:53 +11:00
parent ed8e5335ce
commit f8fb841cd6

@ -4,7 +4,7 @@
Draws formatted text. The format options are like `printf`.
### Function Signature
```c++
IMGUI_API void Text(const char* fmt, ...)
IMGUI_API void Text(const char* fmt, ...);
```
### Example
```c++