aboutsummaryrefslogtreecommitdiffstats
path: root/doc/c/shutting-down.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/c/shutting-down.rst')
-rw-r--r--doc/c/shutting-down.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/c/shutting-down.rst b/doc/c/shutting-down.rst
index dfb56cd..a04c771 100644
--- a/doc/c/shutting-down.rst
+++ b/doc/c/shutting-down.rst
@@ -6,7 +6,7 @@ Shutting Down
#############
When a view is closed,
-it will receive a :struct:`PuglEventClose`.
+it will receive a :struct:`PuglCloseEvent`.
An application may also set a flag based on user input or other conditions,
which can be used to break out of the main loop and stop calling :func:`puglUpdate`.