Skip to content

Commit

Permalink
docs: fix win.setContentView() arg type (#44478)
Browse files Browse the repository at this point in the history
fix: setContentView type
  • Loading branch information
ckerr authored Oct 30, 2024
1 parent a720c8d commit 7cdf1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/base-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7cdf1a0

Please sign in to comment.