From b11c6cf9bf494beb31268091bf250a3da7c3faf1 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:00:13 -0400 Subject: [PATCH] docs: fix `win.getContentView(`) return type (#44464) 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 30f2db76fa9d..d1ed1a82d0c0 100644 --- a/docs/api/base-window.md +++ b/docs/api/base-window.md @@ -506,13 +506,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()`