We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9097ff7 commit ec8e065Copy full SHA for ec8e065
1 file changed
docs/DeveloperResources/SquidCodingGuidelines.md
@@ -88,7 +88,7 @@ initialization order problems, including globals in the global namespace,
88
namespace-scope globals, and class-scope static members (regardless of their
89
access modifiers). This rule does not apply to function-scoped variables.
90
91
-This rule *does* apply to would-be globals of built-in/intrinsic types because
+This rule _does_ apply to would-be globals of built-in/intrinsic types because
92
they may be subject to similar [initialization
93
problems](https://isocpp.org/wiki/faq/ctors#static-init-order-on-intrinsics).
94
0 commit comments