diff options
| -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); |