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`. Draws formatted text. The format options are like `printf`.
### Function Signature ### Function Signature
```c++ ```c++
IMGUI_API void Text(const char* fmt, ...) IMGUI_API void Text(const char* fmt, ...);
``` ```
### Example ### Example
```c++ ```c++