From 828d29526ab8519585307d75d74895d305e19916 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:00:25 -0400 Subject: [PATCH] docs: fix `win.getContentView(`) return type (#44463) docs: fix win.getContentView() return type Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr --- docs/api/base-window.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/base-window.md b/docs/api/base-window.md index a5a7487ee6bf..b65f2b275f8e 100644 --- a/docs/api/base-window.md +++ b/docs/api/base-window.md @@ -481,13 +481,13 @@ labeled as such. #### `win.setContentView(view)` -* `view` [View](view.md) +* `view` [`View`](view.md) Sets the content view of the window. #### `win.getContentView()` -Returns [View](view.md) - The content view of the window. +Returns [`View`](view.md) - The content view of the window. #### `win.destroy()`