aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts
diff options
context:
space:
mode:
Diffstat (limited to '_posts')
-rw-r--r--_posts/2015-07-03-std-call-once-bug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2015-07-03-std-call-once-bug.md b/_posts/2015-07-03-std-call-once-bug.md
index 569601e..313fc6a 100644
--- a/_posts/2015-07-03-std-call-once-bug.md
+++ b/_posts/2015-07-03-std-call-once-bug.md
@@ -218,7 +218,7 @@ int main()
`entered` and `exiting` are utility functions to print timestamps.
The implementation is included in the [complete code sample].
-{: .alert .alert-info}
+{: .alert .alert-info }
The first thread is supposed to have the total running time of about 13
seconds, right?