From 13dacf6a323a0f269edb93416eb3eefc7e1fcfef Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:26:12 -0400 Subject: [PATCH] docs: fix win.setContentView() arg type (#44481) 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 d1ed1a82d0c0..c6cc7c878bc5 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.