docs: fix win.getContentView() return type (#44430)

docs: fix win.getContentView() return type
This commit is contained in:
Shelley Vohr
2024-10-29 21:41:44 +01:00
committed by GitHub
parent 9fc94a162b
commit 7ff7160135

View File

@@ -506,13 +506,13 @@ labeled as such.
#### `win.setContentView(view)`
* `view` [View](view.md)
* `view` [`View`](view.md)
Sets the content view of the window.
#### `win.getContentView()`
Returns [View](view.md) - The content view of the window.
Returns [`View`](view.md) - The content view of the window.
#### `win.destroy()`