diff --git a/src/parent.ts b/src/parent.ts index 787027a..1d10740 100644 --- a/src/parent.ts +++ b/src/parent.ts @@ -73,7 +73,7 @@ export class ClasschartsParentClient extends ClasschartsClient { }); } /** - * + * Selects a pupil to be used with API requests * @param pupilId Pupil ID obtained from this.pupils or getPupils */ async selectPupil(pupilId: number): Promise {