Docs: CodingStyle.md: remove extraneous underscore in emphasis
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 22 Aug 2023 19:22:22 +0000 (15:22 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 22 Aug 2023 19:22:22 +0000 (15:22 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I802551140889d23dc0ac6521d95254ea441ffa22

CodingStyle.md

index 6e66d2d07089dbaf7d0bc557fad0c7a376ea1968..f9dc37b4282bf39b9e4b94b99e3ecdbf10c348ec 100644 (file)
@@ -30,7 +30,7 @@ Note that clang-format 14 is required to use the project's `.clang-format` file.
 
 Most text editors allow you to format a sub-section of a source file using clang-format to ensure it adheres to the project's style.
 
-If you are submitting a change to existing source files, __do not run clang-format on the whole file_ as this may introduce more changes than you intended and _will_ cause your changes to be rejected.
+If you are submitting a change to existing source files, _do not run clang-format on the whole file_ as this may introduce more changes than you intended and _will_ cause your changes to be rejected.
 
 ## Tabs VS Spaces
 
This page took 0.025156 seconds and 4 git commands to generate.