From 7cdf1a01b800f6270c1fce1b7b45522e0e0ed79b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 30 Oct 2024 14:56:10 -0500 Subject: [PATCH] docs: fix win.setContentView() arg type (#44478) fix: setContentView type --- docs/api/base-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/base-window.md b/docs/api/base-window.md index d1ed1a82d0..c6cc7c878b 100644 --- a/docs/api/base-window.md +++ b/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.