Browse Source

Fix doc typo.

Sean Kahler 7 months ago
parent
commit
3ba62ec9d1
1 changed files with 1 additions and 1 deletions
  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 = {