mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
Fix formatting in the logcontext doc (#10337)
This commit is contained in:
parent
f6767abc05
commit
33ae301fee
2 changed files with 2 additions and 1 deletions
1
changelog.d/10337.doc
Normal file
1
changelog.d/10337.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix formatting in the logcontext documentation.
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue