Skip to content

Commit ff13d87

Browse files
authored
Merge pull request #36 from takker99/fix-related-pages
📝 `relatedPage.linksLc`の説明が実際の挙動と一致していなかった
2 parents d92bed3 + 78ef8e6 commit ff13d87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

response.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@ export interface RelatedPage extends
9494
/** page title */
9595
titleLc: StringLc;
9696

97-
/** ページ内のリンク */
97+
/**
98+
* links1hopの場合:ページ内の全てのリンク
99+
*
100+
* links2hopの場合:ページ内の全てのリンクのうち、`Page.links`に含まれるリンク
101+
*/
98102
linksLc: StringLc[];
99103
}
100104

0 commit comments

Comments
 (0)