mirror of
https://github.com/Drop-OSS/wry-cef.git
synced 2026-01-30 20:55:24 +01:00
fix: add missing backtick which breaks formatting in docs (#1635)
This commit is contained in:
@@ -629,7 +629,7 @@ pub struct WebViewAttributes<'a> {
|
||||
/// different Origin headers across platforms:
|
||||
///
|
||||
/// - macOS, iOS and Linux: `<scheme_name>://<path>` (so it will be `wry://path/to/page/`).
|
||||
/// - 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`].
|
||||
/// - 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`].
|
||||
///
|
||||
/// # Reading assets on mobile
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user