diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2023-12-09 23:04:14 +0700 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2023-12-09 23:06:59 +0700 |
| commit | 1b0a350850bb4a6e57446314e1682b8ec645ffe2 (patch) | |
| tree | cb5b78f11e272194287bf7893761202c5950456e /sokol_args.h | |
| parent | c08a34d092ed76429df232d9861e74268239629c (diff) | |
Fix typos.
Diffstat (limited to 'sokol_args.h')
| -rw-r--r-- | sokol_args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_args.h b/sokol_args.h index bce6bbad..6c560bae 100644 --- a/sokol_args.h +++ b/sokol_args.h @@ -33,7 +33,7 @@ sokol_args.h provides a simple unified argument parsing API for WebAssembly and native apps. - When running as WebAssembly app, arguments are taken from the page URL: + When running as a WebAssembly app, arguments are taken from the page URL: https://floooh.github.io/tiny8bit/kc85.html?type=kc85_3&mod=m022&snapshot=kc85/jungle.kcc |