aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mainpage.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mainpage.md')
-rw-r--r--doc/mainpage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mainpage.md b/doc/mainpage.md
index 84f4722..92f7409 100644
--- a/doc/mainpage.md
+++ b/doc/mainpage.md
@@ -38,7 +38,7 @@ Pugl includes [Cairo](@ref cairo), [OpenGL](@ref gl), and [Vulkan](@ref vulkan)
as well as a [stub](@ref stub) backend that creates a native window with no portable drawing context.
Once the view is configured,
-it can be [realized](@ref puglRealize) and [shown](@ref puglShowWindow).
+it can be [realized](@ref puglRealize) and [shown](@ref puglShow).
By default a view will correspond to a top-level system window.
To create a view within another window,
it must have a [parent window set](@ref puglSetParentWindow) before being created.