Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wusyong committed Mar 23, 2023
1 parent 6bf512b commit 9864a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changes/eval-with-callback.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"wry": "minor"
"wry": patch
---

On Windows, Linux and macOS, add method `evaluate_script_with_callback` to execute javascipt with a callback.
Expand Down
4 changes: 2 additions & 2 deletions src/webview/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -813,9 +813,9 @@ impl WebView {
///
/// [`EventLoopProxy`]: crate::application::event_loop::EventLoopProxy
///
/// Exception is ignored because of the limitation on windows. You can catch it your self and return as string as a workaround.
/// Exception is ignored because of the limitation on windows. You can catch it yourself and return as string as a workaround.
///
/// - ** Android:** Not implemented.
/// - ** Android:** Not implemented yet.
pub fn evaluate_script_with_callback(
&self,
js: &str,
Expand Down

0 comments on commit 9864a49

Please sign in to comment.