Skip to content

Commit

Permalink
[Flang][Docs] NFC:Minor fix to section reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranchandramohan committed Nov 15, 2023
1 parent c2a2fd2 commit f0fbae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/docs/PullRequestChecklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0fbae5

Please sign in to comment.