浏览代码

fix changelog typos

Andre Weissflog 5 月之前
父节点
当前提交
88e6f655eb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      CHANGELOG.md

+ 2 - 2
CHANGELOG.md

@@ -4,11 +4,11 @@
 
 - sokol_imgui.h: a small compatibility hack for the 'traditional' [cimgui.h](https://github.com/cimgui/cimgui).
   It's a bit unfortunate that the cimgui.h bindings are starting to diverge from
-  the Dear Bindings API for basic functionality, but as long as it's only a handful
+  the Dear Bindings C API for basic functionality, but as long as it's only a handful
   differences it's ok to handle both in sokol_imgui.h. If the difference become
   bigger it might become too much hassle to support both C bindings flavours though.
 
-  This is not an issue of course when using the Dear ImGui C++ API of course.
+  This is not an issue when using the Dear ImGui C++ API of course.
 
   Note that it is recommended to use the code-generated C bindings from here: