Skip to content

Commit

Permalink
Fix typos in dartdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasyishak committed Nov 22, 2023
1 parent 117ef1e commit 03cf731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/unified_analytics/lib/src/event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ final class Event {
/// [workflow] - the overall process or command being run, for example
/// "build" is a possible value for the flutter tool.
///
/// [variableName] - the specific variable being measure, for example
/// [variableName] - the specific variable being measured, for example
/// "gradle" would indicate how long it took for a gradle build under the
/// "build" [workflow].
///
/// [elapsedMilliseconds] - how long the process took in milliseconds.
///
/// [label] - an optional field that can be used for further filtering, for
/// example, "success" can indicate how long a successful build in grade
/// example, "success" can indicate how long a successful build in gradle
/// takes to complete.
Event.timing({
required String workflow,
Expand Down

0 comments on commit 03cf731

Please sign in to comment.