Browse Source

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 <[email protected]>
trop[bot] 5 months ago
parent
commit
b184a5668b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/base-window.md

+ 1 - 1
docs/api/base-window.md

@@ -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.