aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_debugtext.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2020-05-27 20:42:41 +0200
committerAndre Weissflog <floooh@gmail.com>2020-05-27 20:42:41 +0200
commitf761d66928bdef7483aa53e28a8cec1231cec6b3 (patch)
tree203f271efc5c03f5f8c03aa0023c5ba70184b8fe /util/sokol_debugtext.h
parentf6f3beddfc3830dd9b55bdc18fd843fdd11cdfe1 (diff)
sokol_debugtext.h: fix doc typo
Diffstat (limited to 'util/sokol_debugtext.h')
-rw-r--r--util/sokol_debugtext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sokol_debugtext.h b/util/sokol_debugtext.h
index 7bb8df6e..0073ba30 100644
--- a/util/sokol_debugtext.h
+++ b/util/sokol_debugtext.h
@@ -282,7 +282,7 @@
sdtx_destroy_context(ctx)
If a context is set as active that no longer exists, all sokol-debugtext
- that require an active context will silently fail.
+ functions that require an active context will silently fail.
USING YOUR OWN FONT DATA
========================