Skip to content

Commit 572dad4

Browse files
authored
[tidy] remove bogus comma
1 parent aefc04a commit 572dad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview/compiler-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ When the major version changed between Visual Studio 2013 and Visual Studio 2015
7979

8080
An example of a minor change is from Visual Studio 2022 17.1 to Visual Studio 2022 17.2. In that case, `_MSC_VER` changed from 1931 to 1932.
8181

82-
The following table lists the Visual Studio version corresponding to each Visual C++ compiler (`_MSC_VER`), and MSVC toolset release:
82+
The following table lists the Visual Studio version corresponding to each Visual C++ compiler (`_MSC_VER`) and MSVC toolset release:
8383

8484
| Visual Studio version | `_MSC_VER` | MSVC toolset version |
8585
|--|--|--|

0 commit comments

Comments
 (0)