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:
parent
828d29526a
commit
b184a5668b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue