Fix incorrect punctuation
authorMagnus Hagander <magnus@hagander.net>
Thu, 9 Apr 2015 11:35:30 +0000 (13:35 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 9 Apr 2015 11:36:07 +0000 (13:36 +0200)
Amit Langote

doc/src/sgml/mvcc.sgml

index 8252ee61e636c969f0fdc3d8826a16135067c89c..46cb5eb6531b35504e0bfb37af86de37b10ab8e7 100644 (file)
@@ -1405,7 +1405,7 @@ SELECT pg_advisory_lock(q.id) FROM
       This level of integrity protection using Serializable transactions
       does not yet extend to hot standby mode (<xref linkend="hot-standby">).
       Because of that, those using hot standby may want to use Repeatable
-      Read and explicit locking.on the master.
+      Read and explicit locking on the master.
      </para>
     </warning>
    </sect2>