diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-06-10 15:34:24 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-06-10 15:34:24 +0200 |
| commit | 9e63c1c44b3ac6b9c2f66b7bedab17b537dfcf10 (patch) | |
| tree | 0fa2fad1c9c9d21fc2aa1cdebb59f8e437e8dd90 /sokol_app.h | |
| parent | 454d5722f468b78a986091bbe3d13be81f7772ad (diff) | |
sokol_app.h: comment doc typo
Diffstat (limited to 'sokol_app.h')
| -rw-r--r-- | sokol_app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h index 27936eb2..8b9722f1 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -311,7 +311,7 @@ custom shutdown code. On the web platform, you can call the following function to let the - browser open a standard popup dialog before the user wants to leave a side: + browser open a standard popup dialog before the user wants to leave a site: sapp_html5_ask_leave_site(bool ask); |