Skip to content

Commit

Permalink
docs: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Feb 2, 2024
1 parent e9800da commit 0437ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/owned-object.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class OwnedObject extends NamedObject {

/**
* By default we use the owners implementation.
* @return {Function} as defined in the owner
* @return {typeof Repository} as defined in the owner
*/
get repositoryClass() {
return this.owner.repositoryClass;
Expand Down

0 comments on commit 0437ba9

Please sign in to comment.