Skip to content

Commit 2e4850a

Browse files
authored
fix: add missing backtick which breaks formatting in docs (#1635)
1 parent 5fdd1a9 commit 2e4850a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ pub struct WebViewAttributes<'a> {
629629
/// different Origin headers across platforms:
630630
///
631631
/// - macOS, iOS and Linux: `<scheme_name>://<path>` (so it will be `wry://path/to/page/`).
632-
/// - Windows and Android: `http://<scheme_name>.<path>` by default (so it will be `http://wry.path/to/page). To use `https` instead of `http`, use [`WebViewBuilderExtWindows::with_https_scheme`] and [`WebViewBuilderExtAndroid::with_https_scheme`].
632+
/// - Windows and Android: `http://<scheme_name>.<path>` by default (so it will be `http://wry.path/to/page`). To use `https` instead of `http`, use [`WebViewBuilderExtWindows::with_https_scheme`] and [`WebViewBuilderExtAndroid::with_https_scheme`].
633633
///
634634
/// # Reading assets on mobile
635635
///

0 commit comments

Comments
 (0)