summary refs log tree commit diff
path: root/docs/replication.rst
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2016-04-12 15:53:45 +0100
committerMark Haines <mjark@negativecurvature.net>2016-04-12 15:53:45 +0100
commit10ebbaea2e78e96eff43508b41513265575c049c (patch)
tree7a55d213be2f28f5178a1b8b80c1b59113c42950 /docs/replication.rst
parentAdd some design documentation for replication (diff)
downloadsynapse-10ebbaea2e78e96eff43508b41513265575c049c.tar.xz
Update replication.rst
Diffstat (limited to 'docs/replication.rst')
-rw-r--r--docs/replication.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/replication.rst b/docs/replication.rst
index ccefe0a31a..7e37e71987 100644
--- a/docs/replication.rst
+++ b/docs/replication.rst
@@ -36,7 +36,7 @@ then either responds with updates immediately if it already has updates or it
 waits until the timeout for more updates. If the timeout expires and nothing
 happened then the server returns an empty response.
 
-However until the /sync API this replication API is returning synapse specific
+However unlike the /sync API this replication API is returning synapse specific
 data rather than trying to implement a matrix specification. The replication
 results are returned as arrays of rows where the rows are mostly lifted
 directly from the database. This avoids unnecessary JSON parsing on the server