Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Polished docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deftomat committed Oct 30, 2016
1 parent 84ed6fd commit 9fd119e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/errors.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
library just_jwt.errors;

/// Occurs when [just_jwt] library throws a custom error.
/// Occurs when library throws a custom error.
///
/// All [just_jwt] errors implement this error class.
/// All just_jwt errors implement this error class.
abstract class JwtError implements Exception {
final String message;

Expand Down

0 comments on commit 9fd119e

Please sign in to comment.