Skip to content

Commit feec91d

Browse files
authored
Fix angle brackets in doc comments (dart-archive/args#281)
1 parent 1d5606b commit feec91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/args/lib/command_runner.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class CommandRunner<T> {
3131

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

0 commit comments

Comments
 (0)