Skip to content

Commit 68fdd63

Browse files
committed
Use 'For example ...'
1 parent 38ec521 commit 68fdd63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/tools/lldb-dap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
"anyOf": [
410410
{
411411
"type": "object",
412-
"markdownDescription": "Additional environment variables to set when launching the debug adapter executable. E.g. `{ \"FOO\": \"1\" }`",
412+
"markdownDescription": "Additional environment variables to set when launching the debug adapter executable. For example `{ \"FOO\": \"1\" }`",
413413
"patternProperties": {
414414
".*": {
415415
"type": "string"
@@ -419,7 +419,7 @@
419419
},
420420
{
421421
"type": "array",
422-
"markdownDescription": "Additional environment variables to set when launching the debug adapter executable. E.g. `[\"FOO=1\", \"BAR\"]`",
422+
"markdownDescription": "Additional environment variables to set when launching the debug adapter executable. For example `[\"FOO=1\", \"BAR\"]`",
423423
"items": {
424424
"type": "string",
425425
"pattern": "^\\w+(=.*)?$"
@@ -676,7 +676,7 @@
676676
"anyOf": [
677677
{
678678
"type": "object",
679-
"markdownDescription": "Additional environment variables to set when launching the debug adapter executable. E.g. `{ \"FOO\": \"1\" }`",
679+
"markdownDescription": "Additional environment variables to set when launching the debug adapter executable. For example `{ \"FOO\": \"1\" }`",
680680
"patternProperties": {
681681
".*": {
682682
"type": "string"
@@ -686,7 +686,7 @@
686686
},
687687
{
688688
"type": "array",
689-
"markdownDescription": "Additional environment variables to set when launching the debug adapter executable. E.g. `[\"FOO=1\", \"BAR\"]`",
689+
"markdownDescription": "Additional environment variables to set when launching the debug adapter executable. For example `[\"FOO=1\", \"BAR\"]`",
690690
"items": {
691691
"type": "string",
692692
"pattern": "^\\w+(=.*)?$"

0 commit comments

Comments
 (0)