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

fix: setContentView type
This commit is contained in:
Charles Kerr 2024-10-30 14:56:10 -05:00 committed by GitHub
parent a720c8daf6
commit 7cdf1a01b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.