Browse Source

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

fix: setContentView type
Charles Kerr 5 months ago
parent
commit
7cdf1a01b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/base-window.md

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

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