Skip to content

Commit 2b64d90

Browse files
authored
Merge pull request dotnet#17990 from IEvangelist/globalJsonMinorFixFromFeedback
Remove unnecessary parentheses
2 parents cf1c777 + 068070c commit 2b64d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/global-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following example shows how to use the exact specified version:
113113
}
114114
```
115115

116-
The following example shows how to use the latest feature band and patch version installed of a specific major and minor version (in the form, 3.1.xxx):
116+
The following example shows how to use the latest feature band and patch version installed of a specific major and minor version:
117117

118118
```json
119119
{

0 commit comments

Comments
 (0)