[Flang][Docs] NFC:Minor fix to section reference

This commit is contained in:
Kiran Chandramohan 2023-11-15 16:18:19 +00:00
parent c2a2fd209e
commit f0fbae5041

View File

@ -36,7 +36,7 @@ even though I've read the style guide, they regularly trip me up.
clang-format will do this for most code. But you may need to break up long
strings.
* Review declarations for proper use of `constexpr` and `const`.
* Follow the C++ [naming guidelines](C++style.html#naming)
* Follow the C++ [naming guidelines](C++style.md#naming)
* Ensure that the names evoke their purpose and are consistent with existing code.
* Used braced initializers.
* Review pointer and reference types to make sure that you're using them