diff options
Diffstat (limited to '_posts/2015-07-03-std-call-once-bug.md')
-rw-r--r-- | _posts/2015-07-03-std-call-once-bug.md | 2 |
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 e4d5a82..57e24b7 100644 --- a/_posts/2015-07-03-std-call-once-bug.md +++ b/_posts/2015-07-03-std-call-once-bug.md @@ -239,7 +239,7 @@ be found in this blog's repository. [complete code sample]: {{ site.github.repository_url }}/tree/master/std_call_once_bug -Resolution +Conclusion ---------- So, since I couldn't submit the bug via Visual Studio's [Connect page], I wrote |