docs: fix win.setContentView() arg type (#44481)

fix: setContentView type

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
trop[bot]
2024-10-30 16:26:12 -04:00
committed by GitHub
parent b11c6cf9bf
commit 13dacf6a32

View File

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