summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-11 04:35:16 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-11-11 04:39:30 +0000
commit303b455965b3a9a4045fefa4f329ac805fb034e8 (patch)
tree65613a7eb0417942fca7c418bd761363f857defb
parentFix RST sublist formatting bug (diff)
downloadsynapse-303b455965b3a9a4045fefa4f329ac805fb034e8.tar.xz
trivial spacing fix
-rw-r--r--docs/implementation-notes/architecture.rst2
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 | |