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

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.