Skip to content

Commit

Permalink
Fix angle brackets in doc comments (dart-lang/args#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Aug 26, 2024
1 parent 1d5606b commit feec91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/args/lib/command_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CommandRunner<T> {

/// A single-line template for how to invoke this executable.
///
/// Defaults to "$executableName <command> `arguments`". Subclasses can
/// Defaults to `"$executableName <command> arguments`". Subclasses can
/// override this for a more specific template.
String get invocation => '$executableName <command> [arguments]';

Expand Down

0 comments on commit feec91d

Please sign in to comment.