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

Fix angle brackets in doc comments #281

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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