1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-29 09:15:11 +01:00

doc: Fix a docstring link

Signed-off-by: Reece Dunham <me@rdil.rocks>
This commit is contained in:
Reece Dunham 2024-04-04 19:41:58 -04:00
parent 4304c8ee2e
commit 685f226f6f
No known key found for this signature in database
GPG Key ID: 808CA09798FD84A4

View File

@ -568,7 +568,7 @@ export class ChallengeService extends ChallengeRegistry {
}
/**
* This is a helper function for @see getGroupedChallengeLists. It is not expected to be used elsewhere.
* This is a helper function for {@link getGroupedChallengeLists}. It is not expected to be used elsewhere.
*
* Filter all challenges in a parent location using a given filter, sort them into groups,
* and write them into the `challenges` array provided.