Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
h4llow3En committed Jun 21, 2017
1 parent 73b8011 commit fb2f29b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/error.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! Custum errors for mac-notification-sys
//! Custom errors for mac-notification-sys.
/// Custom Result type for mac-notification-sys
/// Custom Result type for mac-notification-sys.
pub type NotificationResult<T> = Result<T>;

/// Errors that can occur setting the Bundle Identifier
/// Errors that can occur setting the Bundle Identifier.
pub mod applications_error {
error_chain!{
errors {
Expand All @@ -19,7 +19,7 @@ pub mod applications_error {
}
}

/// Errors that can occur while interacting with the NSUserNotificationCenter
/// Errors that can occur while interacting with the NSUserNotificationCenter.
pub mod notification_error {
error_chain!{
errors {
Expand Down

0 comments on commit fb2f29b

Please sign in to comment.