Skip to content

Commit

Permalink
[SideSheet][Docs] Fix mixed language snippet
Browse files Browse the repository at this point in the history
Resolves #3466

GIT_ORIGIN_REV_ID=dc138fe98bb821da0cdbeba2c33cf95e6e775a61
PiperOrigin-RevId: 546088458
  • Loading branch information
ozgurg authored and paulfthomas committed Jul 7, 2023
1 parent 57b2663 commit f91f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/SideSheet.md
Expand Up @@ -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`:
Expand Down

0 comments on commit f91f17b

Please sign in to comment.