Skip to content

Commit aa51ed6

Browse files
DanTupbkonyi
authored andcommitted
[dds/dap] Fix typos in DAP readme
Change-Id: Ib2d7b3ce14d3b337a7612eb1c1b1da4a76a7fef9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/308100 Reviewed-by: Ben Konyi <bkonyi@google.com>
1 parent 984ea72 commit aa51ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/dds/tool/dap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Arguments specific to `launchRequest` are:
4747
Arguments specific to `attachRequest` are:
4848

4949
- `String vmServiceInfoFile` - the file to read the VM Service info from \*
50-
- `String vmServiceInfoFile` - the VM Service URI to attach to \*
50+
- `String vmServiceUri` - the VM Service URI to attach to \*
5151

52-
\* Exactly one of `vmServiceInfoFile` or `vmServiceInfoFile` should be supplied.
52+
\* Exactly one of `vmServiceInfoFile` or `vmServiceUri` should be supplied.
5353

5454
## Expression Evaluation Format Specifiers
5555

0 commit comments

Comments
 (0)