Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhcolgan committed Mar 31, 2020
1 parent c9f0cd3 commit 7c7111a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VerifiablePresentationManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const getFlattenedPaths = (objToMatch: { [prop: string]: any }, pathPrepend: str
return Array.from(new Set(R.flatten(R.values(localPathsObject)))) as string[]; // use a set to remove duplicates
};
/**
* takes an array of paths delimited with a '.' and checks that all the paths of the objToMatch and the objToCheck are equalk
* takes an array of paths delimited with a '.' and checks that all the paths of the objToMatch and the objToCheck are equal
* @param {string[]} flattenedPaths paths in an object e.g. ['identifier', 'credential.id'...]
* @param { [prop: string]: any } objToMatch: object whose paths must all match objToCheck
* @param { [prop: string]: any } objToCheck: object whose paths must all match objToMatch
Expand Down

0 comments on commit 7c7111a

Please sign in to comment.