Skip to content

Commit

Permalink
Removed some typo found in docstrings (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
samusz authored Jun 6, 2021
1 parent 7579441 commit 1413455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Alert.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ alert(message="Done!") = alert_backend[](message)
set_alert_backend!(fn)
Defines a custom backend for how `alert` sends messages to the user.
The arugment should be a function of one arugment (a string) which displays
The argument should be a function of one argument (a string) which displays
the message to the user via some native UX api call.
If you wish to revert to the default backend, call this mehtod with no arguments.
If you wish to revert to the default backend, call this method with no arguments.
"""
set_alert_backend!(fn::Function) = alert_backend[] = fn
Expand Down

0 comments on commit 1413455

Please sign in to comment.