瀏覽代碼

Merge pull request #1202 from battledash/patch-1

Typo fix in log docs
Andre Weissflog 6 月之前
父節點
當前提交
6cf5c69824
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sokol_log.h

+ 1 - 1
sokol_log.h

@@ -123,7 +123,7 @@ extern "C" {
 
 
 /*
 /*
     Plug this function into the 'logger.func' struct item when initializing any of the sokol
     Plug this function into the 'logger.func' struct item when initializing any of the sokol
-    headers. For instance for sokol_audio.h it would loom like this:
+    headers. For instance for sokol_audio.h it would look like this:
 
 
     saudio_setup(&(saudio_desc){
     saudio_setup(&(saudio_desc){
         .logger = {
         .logger = {