ソースを参照

sokol_fetch.h: fix documentation typo

Andre Weissflog 2 年 前
コミット
7ca1354e24
1 ファイル変更2 行追加2 行削除
  1. 2 2
      sokol_fetch.h

+ 2 - 2
sokol_fetch.h

@@ -93,8 +93,8 @@
             }
             }
         });
         });
 
 
-        When initialization from a 'value type', the buffer item can be initialized with
-        the SFETCH_RANGE() helper macro:
+        If 'buf' is a value (e.g. an array or struct item), the .buffer item can
+        be initialized with the SFETCH_RANGE() helper macro:
 
 
         sfetch_send(&(sfetch_request_t){
         sfetch_send(&(sfetch_request_t){
             .path = "my_file.txt",
             .path = "my_file.txt",