Skip to content

Commit 6c00faf

Browse files
Update llvm/docs/CodingStandards.rst
Co-authored-by: Angel Cascarino <[email protected]>
1 parent d2c0249 commit 6c00faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/CodingStandards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Each toolchain provides a good reference for what it accepts:
7878
Additionally, there are compiler comparison tables of supported C++ features on
7979
`cppreference.com <https://en.cppreference.com/w/cpp/compiler_support/17>`_.
8080

81-
To keep track with the evolution of the standard, newer C++ version can be used
81+
To keep track with the evolution of the standard, newer C++ versions can be used
8282
to build LLVM. However, our support focuses on the minimum supported C++
8383
version and a very recent standard may not yet be supported, or only using the
8484
latest version of the supported toolchains and possibly not across all the

0 commit comments

Comments
 (0)