Skip to content

Commit

Permalink
Fixed long line
Browse files Browse the repository at this point in the history
  • Loading branch information
FuturisticGoo committed Jan 7, 2024
1 parent be342bc commit ba26d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/result/result.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import 'value.dart';
/// Capturing a result (either a returned value or a thrown error) means
/// converting it into a [Result] - either a [ValueResult] or an [ErrorResult].
///
/// This value can release itself by writing itself either to an [EventSink] or a
/// [Completer], or by becoming a [Future].
/// This value can release itself by writing itself either to an [EventSink] or
/// a [Completer], or by becoming a [Future].
///
/// A [Future] represents a potential result, one that might not have been
/// computed yet, and a [Result] is always a completed and available result.
Expand Down

0 comments on commit ba26d99

Please sign in to comment.