Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Fix angle brackets in doc comments (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Aug 26, 2024
1 parent 1a24d61 commit e623652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 e623652

Please sign in to comment.