From 01c0418327b1cc018a69f5ec1264f3c2cf8deb92 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Thu, 8 Jul 2021 12:48:46 +0200 Subject: [PATCH 1/2] Fix formatting in the logcontext doc --- docs/log_contexts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/log_contexts.md b/docs/log_contexts.md index fe30ca27916b..9a43d460919a 100644 --- a/docs/log_contexts.md +++ b/docs/log_contexts.md @@ -17,7 +17,7 @@ class). Deferreds make the whole thing complicated, so this document describes how it all works, and how to write code which follows the rules. -##Logcontexts without Deferreds +## Logcontexts without Deferreds In the absence of any Deferred voodoo, things are simple enough. As with any code of this nature, the rule is that our function should leave From 5462eefef7219382e17e37303fb4468a30e734fc Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Thu, 8 Jul 2021 12:50:13 +0200 Subject: [PATCH 2/2] Create 10337.doc --- changelog.d/10337.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10337.doc diff --git a/changelog.d/10337.doc b/changelog.d/10337.doc new file mode 100644 index 000000000000..f305bdb3ba0f --- /dev/null +++ b/changelog.d/10337.doc @@ -0,0 +1 @@ +Fix formatting in the logcontext documentation.