Skip to content

Commit 51e5f18

Browse files
committed
Correct jsdoc comment
1 parent 0e348e2 commit 51e5f18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LoadingResource.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ class LoadingResource implements ResourceInterface {
2626
private loadResource: Promise<ResourceInterface>
2727

2828
/**
29-
* @param entityLoaded a Promise that resolves to a Resource when the entity has finished
29+
* @param loadResource a Promise that resolves to a Resource when the entity has finished
3030
* loading from the API
3131
* @param self optional URI of the entity being loaded, if available. If passed, the
3232
* returned LoadingResource will return it in calls to .self and ._meta.self
33+
* @param config configuration of this instance of hal-json-vuex
3334
*/
3435
constructor (loadResource: Promise<ResourceInterface>, self: string | null = null, config: InternalConfig | null = null) {
3536
this._meta = {

0 commit comments

Comments
 (0)