diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2022-11-22 20:27:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 20:27:15 +0300 |
commit | 0aba659891f5947d9b55ce7c70aa4d7209369717 (patch) | |
tree | 465b5630d84129c86333f79c205722127d1fc564 /doc/classes/Popup.xml | |
parent | e3a51e53ef055a1fe94351b68173c6dfcd2cb371 (diff) | |
parent | a5e5f1aa501fe43816d29c6aab403fd68ad7d634 (diff) |
Merge pull request #68848 from Piralein/fix-class-ref
Fix warnings in class ref
Diffstat (limited to 'doc/classes/Popup.xml')
-rw-r--r-- | doc/classes/Popup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml index 3fcf0a9b8f..a56bf77774 100644 --- a/doc/classes/Popup.xml +++ b/doc/classes/Popup.xml @@ -4,7 +4,7 @@ Popup is a base window container for popup-like subwindows. </brief_description> <description> - Popup is a base window container for popup-like subwindows. It's a modal by default (see [member popup_window]) and has helpers for custom popup behavior. + Popup is a base window container for popup-like subwindows. It's a modal by default (see [member Window.popup_window]) and has helpers for custom popup behavior. </description> <tutorials> </tutorials> |