From 63d27febfa43193a0208bfee12e615a134474c06 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Tue, 2 Mar 2021 17:06:59 +0100 Subject: [PATCH] Update JSDOC --- src/scripts/constants/css-selector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/constants/css-selector.ts b/src/scripts/constants/css-selector.ts index 74936f1..e7cf449 100644 --- a/src/scripts/constants/css-selector.ts +++ b/src/scripts/constants/css-selector.ts @@ -74,7 +74,7 @@ export const POST = { */ NUMBER: "* ul.message-attribution-opposite > li > a:not([id])[rel=\"nofollow\"]", /** - * Unique ID of the post in the F95Zone platform. + * Unique ID of the post in the F95Zone platform in the `id` attribute. * * For use within a `threads.POSTS_IN_PAGE` selector. */