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

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:36 -04:00
committed by GitHub
parent 828d29526a
commit b184a5668b

View File

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