Skip to content

Commit

Permalink
Clean up dartdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasyishak committed Oct 12, 2023
1 parent 2b8f963 commit f99634e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/unified_analytics/lib/src/event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ final class Event {
///
/// [validatorName] - the name for the doctor validator.
///
/// [result] - the final result from the doctor invocation, usually will
/// be either "fail", "success", or "warning".
/// [result] - the final result for a specific doctor validator.
Event.doctorValidatorResult({
required String validatorName,
required String result,
Expand Down

0 comments on commit f99634e

Please sign in to comment.