Fix formatting in the logcontext doc (#10337)

This commit is contained in:
Brendan Abolivier 2021-07-08 18:16:30 +02:00 committed by GitHub
parent f6767abc05
commit 33ae301fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/10337.doc Normal file
View File

@ -0,0 +1 @@
Fix formatting in the logcontext documentation.

View File

@ -17,7 +17,7 @@ class).
Deferreds make the whole thing complicated, so this document describes Deferreds make the whole thing complicated, so this document describes
how it all works, and how to write code which follows the rules. 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 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 any code of this nature, the rule is that our function should leave