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

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 17:00:13 -04:00 committed by GitHub
parent 758c5a25f8
commit b11c6cf9bf
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()`