diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 04:35:16 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 04:39:30 +0000 |
commit | 303b455965b3a9a4045fefa4f329ac805fb034e8 (patch) | |
tree | 65613a7eb0417942fca7c418bd761363f857defb /docs | |
parent | Fix RST sublist formatting bug (diff) | |
download | synapse-303b455965b3a9a4045fefa4f329ac805fb034e8.tar.xz |
trivial spacing fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/implementation-notes/architecture.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/implementation-notes/architecture.rst b/docs/implementation-notes/architecture.rst index b8476ddbf6..98050428b9 100644 --- a/docs/implementation-notes/architecture.rst +++ b/docs/implementation-notes/architecture.rst @@ -11,7 +11,7 @@ As of the end of Oct 2014, Synapse's overall architecture looks like:: | .------------|------. | | | handlers/ | | | | | v | | - | | Event*Handler<---------> rest/* <=> Client + | | Event*Handler <--------> rest/* <=> Client | | Rooms*Handler | | HSes <=> federation/* <==> FederationHandler | | | | | PresenceHandler | | |