diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
index 239586c..ec2eee4 100644
--- a/doc/src/sgml/release-13.sgml
+++ b/doc/src/sgml/release-13.sgml
@@ -273,7 +273,7 @@ Allow partitionwise joins to happen in more cases (Ashutosh Bapat, Etsuro Fujita
 
 <para>
 For example, partitionwise joins can now happen between partitioned
-tables where the ancestors do not exactly match.
+tables even where their partition bounds do not exactly match.
 </para>
 </listitem>
 
@@ -307,7 +307,7 @@ Allow partitioned tables to be logically replicated via publications (Amit Lango
 
 <para>
 Previously, partitions had to be replicated individually.  Now partitioned tables can be published explicitly causing all partitions to be automatically published.  Addition/removal of partitions from
-partitioned tables are automatically added/removed from publications.  The CREATE PUBLICATION option publish_via_partition_root controls whether partitioned tables are published as their own or their ancestors.
+partitioned tables are automatically added/removed from publications.  The CREATE PUBLICATION option publish_via_partition_root controls whether changes to partitions are published as their own or their ancestor's.
 </para>
 
 </listitem>
