diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-07-08 18:16:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 18:16:30 +0200 |
commit | 33ae301fee3aac6fec492b8238899cac22e3908d (patch) | |
tree | 579ee1d2a926ae1f7092da0ff989cb2c10ff5f1d | |
parent | Remove functionality associated with unused historical stats tables (#9721) (diff) | |
download | synapse-33ae301fee3aac6fec492b8238899cac22e3908d.tar.xz |
Fix formatting in the logcontext doc (#10337)
-rw-r--r-- | changelog.d/10337.doc | 1 | ||||
-rw-r--r-- | docs/log_contexts.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/10337.doc b/changelog.d/10337.doc new file mode 100644 index 0000000000..f305bdb3ba --- /dev/null +++ b/changelog.d/10337.doc @@ -0,0 +1 @@ +Fix formatting in the logcontext documentation. diff --git a/docs/log_contexts.md b/docs/log_contexts.md index fe30ca2791..9a43d46091 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 |