Skip to content

Commit ec8e065

Browse files
committed
fixup: Improved new markup consistency
1 parent 9097ff7 commit ec8e065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/DeveloperResources/SquidCodingGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ initialization order problems, including globals in the global namespace,
8888
namespace-scope globals, and class-scope static members (regardless of their
8989
access modifiers). This rule does not apply to function-scoped variables.
9090

91-
This rule *does* apply to would-be globals of built-in/intrinsic types because
91+
This rule _does_ apply to would-be globals of built-in/intrinsic types because
9292
they may be subject to similar [initialization
9393
problems](https://isocpp.org/wiki/faq/ctors#static-init-order-on-intrinsics).
9494

0 commit comments

Comments
 (0)