Skip to content

Commit e0c4237

Browse files
authored
Merge pull request #166 from vapniks/patch-5
Fix grammar in target.rst
2 parents d4e6e97 + 3a984b4 commit e0c4237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/readthedocs/debugger/commands/data/target.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Examining Targets (`target`)
88

99
Show information about a *target-name*.
1010

11-
*target-name* be the name of a target or it can be a variable like `@`
11+
*target-name* is the name of a target or it can be a variable like `@`
1212
(the current target) or `<` (first dependency). If *target-name* is
1313
omitted use the current target.
1414

@@ -37,7 +37,7 @@ The following attributes names can be given after a target name:
3737
- invalid, an error of some sort occurred
3838
* time: last modification time and whether file has been updated. If
3939
the target is not up to date you will see the message "File is very
40-
old." If a target is "phony", i.e. doesn't have file associated
40+
old." If a target is "phony", i.e. doesn't have a file associated
4141
with it, the message "File does not exist." will appear instead of
4242
the time. In some cases you may see "Modification time never
4343
checked."

0 commit comments

Comments
 (0)