Skip to content

Commit

Permalink
fix: correct docs for custom_protocols (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
meowtec authored Mar 8, 2023
1 parent 530a8b7 commit db6618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub struct WebViewAttributes {
/// Register custom file loading protocols with pairs of scheme uri string and a handling
/// closure.
///
/// The closure takes a [Response] and returns a [Request].
/// The closure takes a [Request] and returns a [Response].
///
/// # Warning
/// Pages loaded from custom protocol will have different Origin on different platforms. And
Expand Down

0 comments on commit db6618b

Please sign in to comment.