Skip to content

Commit 57cdb2d

Browse files
authored
Fix grammar in help.rst
1 parent 3b00d6d commit 57cdb2d

File tree

1 file changed

+3
-3
lines changed
  • doc/readthedocs/debugger/commands/support

1 file changed

+3
-3
lines changed

doc/readthedocs/debugger/commands/support/help.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Get help for a debugger command or subcommand.
1010

1111
Without an argument, print the list of available debugger commands.
1212

13-
When an argument is given, it is first checked to see if it is command
13+
When an argument is given, it is first checked to see if it is a command
1414
name.
1515

1616
Some commands like `info`, `set`, and `show` can accept an
17-
additional subcommand to give help just about that particular
18-
subcommand. For example `help set basename` give help about the
17+
additional subcommand to give help about just that particular
18+
subcommand. For example `help set basename` gives help about the
1919
`basename` subcommand of `set`.

0 commit comments

Comments
 (0)