Skip to content

Commit af8dd1c

Browse files
Avi DrissmanAngle LUCI CQ
Avi Drissman
authored and
Angle LUCI CQ
committed
Update documentation link
Bug: chromium:1288548 Change-Id: Ie53dccb39f6cbf9b12595944c70018d95a7a1438 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3399253 Reviewed-by: Kenneth Russell <[email protected]> Commit-Queue: Kenneth Russell <[email protected]>
1 parent f071aaa commit af8dd1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/CodingStandard.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ This will catch most of the trivial formatting errors and save you time.
3535
* {DO} use nullptr (instead of 0 or NULL) for pointers.
3636
* {DO} use size\_t for loop iterators and size values.
3737
* {DO} use uint8\_t pointers instead of void pointers to denote binary data.
38-
* {DO} use C++11/14 according to the
39-
[Chromium C++ 11/14 guide](https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++11.md).
38+
* {DO} use C++11/14/17 according to the
39+
[Chromium C++ features guide](https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++-features.md).
4040

4141
### [Naming](https://google.github.io/styleguide/cppguide.html#Naming)
4242

0 commit comments

Comments
 (0)