From b184a5668bacf994b7881cc5a6b002d281db810d Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:26:36 -0400 Subject: [PATCH] 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 --- 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 b65f2b275f8e..b3aa07abc319 100644 --- a/docs/api/base-window.md +++ b/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.