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 d7a96fa..aa6f925 100644
--- a/doc/mainpage.md
+++ b/doc/mainpage.md
@@ -33,7 +33,7 @@ as well as a [stub](@ref stub) backend that creates a native window with no draw
Once the view is configured,
-it can be [created](@ref puglCreateWindow) and [shown](@ref puglShowWindow).
+it can be [realized](@ref puglRealize) and [shown](@ref puglShowWindow).
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.