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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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()`