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

docs: fix win.getContentView() return type

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
trop[bot] 2024-10-29 16:59:55 -04:00 committed by GitHub
parent b4a5684493
commit 318a8dcd22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -481,13 +481,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()`