Skip to content

Commit 74ff281

Browse files
committed
doc: Fix table cell overflow
Fix one instance of a table cell overflow by adding a zero-width space. The visual impact of this is minimal, but since this is currently the only such case reported by FOP ("contents of ... exceed the available area"), it seems worth getting rid of.
1 parent 861c6e7 commit 74ff281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/high-availability.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ protocol to make nodes agree on a serializable transactional order.
305305
<entry>File System Repl.</entry>
306306
<entry>Write-Ahead Log Shipping</entry>
307307
<entry>Logical Repl.</entry>
308-
<entry>Trigger-Based Repl.</entry>
308+
<entry>Trigger-&zwsp;Based Repl.</entry>
309309
<entry>SQL Repl. Middle-ware</entry>
310310
<entry>Async. MM Repl.</entry>
311311
<entry>Sync. MM Repl.</entry>

0 commit comments

Comments
 (0)