CppCoreGuidelines icon indicating copy to clipboard operation
CppCoreGuidelines copied to clipboard

[P.6] copyedit: Move a comment for consistency, change "a" to "the", and fix a typo: "f" to "f2"

Open mfwitten opened this issue 3 months ago • 1 comments

This is a merge commit to bundle trivial changes:

* [This Commit]
|\
| * trivial: s/a/the/
| * trivial: Move a code comment (//...) to the line above the code
| * trivial: s/f/f2/
|/
* d40a490d485a647172eb8e615f293b525de68b7d

mfwitten avatar Sep 29 '25 03:09 mfwitten

I force-pushed a new set of commits, so as to make 2 changes:

  • Rebase onto latest master.
  • Add [P.6] and (#2288) to the subject line of each commit.

mfwitten avatar Sep 29 '25 04:09 mfwitten

Editors call: Thanks!

hsutter avatar Dec 03 '25 20:12 hsutter

Note to editors: At first I was going to keep the comment on the same line as formatted originally, and then I saw that this change makes the formatting consistent with the immediately preceding example which also puts the comment on a separate line.

hsutter avatar Dec 03 '25 20:12 hsutter