فهرست منبع

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){
             .path = "my_file.txt",