diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-11-08 09:44:21 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-11-08 09:44:21 +0100 |
| commit | 7ca1354e24b8f0dc65bb2ba41aef18145fdfc807 (patch) | |
| tree | 0a834469a5ebd7b0723708cb9c8b955f724fea95 /sokol_fetch.h | |
| parent | 8263d54bce38626917e3c25f62cdf5896353ff02 (diff) | |
sokol_fetch.h: fix documentation typo
Diffstat (limited to 'sokol_fetch.h')
| -rw-r--r-- | sokol_fetch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sokol_fetch.h b/sokol_fetch.h index c2bca921..1ac8c9e7 100644 --- a/sokol_fetch.h +++ b/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", |