aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2026-02-05 09:06:29 +0100
committerGitHub <noreply@github.com>2026-02-05 09:06:29 +0100
commitf693b9e646d2cc46132a6bcbfc6b43f4c165fce8 (patch)
tree2325ff0f3df479a14a180926c1d5f966bf7f1952
parente513de7e16db9c432f8b2ffd64843170dee77314 (diff)
parent94bb780ac3db53ef49d4bb72686567894ee4e705 (diff)
Merge pull request #1434 from developer-3/master
sokol_fetch.h: fix typo in documentation
-rw-r--r--sokol_fetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_fetch.h b/sokol_fetch.h
index ad7d993e..acd10b89 100644
--- a/sokol_fetch.h
+++ b/sokol_fetch.h
@@ -75,7 +75,7 @@
(1) initialize sokol-fetch with default parameters (but NOTE that the
default setup parameters provide a safe-but-slow "serialized"
- operation). In order to see any logging output in case or errors
+ operation). In order to see any logging output in case of errors
you should always provide a logging function
(such as 'slog_func' from sokol_log.h):