From f91f17bb4f1d20c7e6c074cba08d51bc6417fa69 Mon Sep 17 00:00:00 2001 From: "u00d6zg\\u00fcr G\\u00f6rg\\u00fcl\\u00fc" Date: Thu, 6 Jul 2023 21:09:53 +0000 Subject: [PATCH] [SideSheet][Docs] Fix mixed language snippet Resolves https://github.com/material-components/material-components-android/pull/3466 GIT_ORIGIN_REV_ID=dc138fe98bb821da0cdbeba2c33cf95e6e775a61 PiperOrigin-RevId: 546088458 --- docs/components/SideSheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/SideSheet.md b/docs/components/SideSheet.md index 658d4afb271..57e68ea3225 100644 --- a/docs/components/SideSheet.md +++ b/docs/components/SideSheet.md @@ -210,7 +210,7 @@ To show a modal side sheet, instantiate a `SideSheetDialog` with the desired `context`: ```kt -val sideSheetDialog = new SideSheetDialog(requireContext()); +val sideSheetDialog = SideSheetDialog(requireContext()); ``` Then, you can set the content view of the `SideSheetDialog`: