diff --git a/doc/src/sgml/custom-scan.sgml b/doc/src/sgml/custom-scan.sgml
index 1c43f1628ff..3a1e4b30202 100644
--- a/doc/src/sgml/custom-scan.sgml
+++ b/doc/src/sgml/custom-scan.sgml
@@ -187,7 +187,7 @@ extern PGDLLIMPORT set_join_pathlist_hook_type set_join_pathlist_hook;
by the planner as the best path for the joinrel.
-->
extra->restrictlistとして渡される結合に適用される結合句のセットは、内部と外部のリレーションの組み合わせによって異なることにも注意してください。
-joinrelに対して生成されるCustomPathパスには、使用する結合句の集合が含まれていなければなりません。このパスをプランナがjoinrelに対する最適パスとして選択した場合、これらはCustomPathパスをプランに変換するためにプランナによって使用されます。
+joinrelに対して生成されるCustomPathパスには、使用する結合句の集合が含まれていなければならず、このパスをプランナがjoinrelに対する最適パスとして選択した場合、これらはCustomPathパスをプランに変換するためにプランナによって使用されます。