Skip to content

Commit

Permalink
fix: unresolved link in rust doc
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Info committed Feb 18, 2024
1 parent 11e1cb0 commit 773369b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ pub enum Event<T: 'static> {
/// On macOS, the `Reopen` event is emitted in response to an [`applicationShouldHandleReopen`]
/// callback, which is typically called when the user clicks on the application's icon in the Dock.
/// The application should create a new window if it doesn't have any, or bring the
/// existing windows to the front. [has_visible_windows] is `true` if the application has
/// existing windows to the front. `has_visible_windows` is `true` if the application has
/// at least one visible window.
///
/// [`applicationShouldHandleReopen`]: https://developer.apple.com/documentation/appkit/nsapplicationdelegate/1428638-applicationshouldhandlereopen
Expand Down

0 comments on commit 773369b

Please sign in to comment.