Skip to content

Commit

Permalink
Update lib/JsonLdDocumentLoader.js uppercase Map.
Browse files Browse the repository at this point in the history
Co-authored-by: David I. Lehn <[email protected]>
  • Loading branch information
aljones15 and davidlehn authored May 29, 2024
1 parent 4d4e851 commit 9ff77e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/JsonLdDocumentLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class JsonLdDocumentLoader {
* @param {Map<string, object>} [options.documents = new Map()] - A Map
* containing URLs and their associated contexts.
* @param {Map<string, {get: Function}>} [options.protocolHandlers =
* new Map()] - A map containing protocolHandlers for the loader.
* new Map()] - A Map containing protocolHandlers for the loader.
*/
constructor({
documents = new Map(),
Expand Down

0 comments on commit 9ff77e6

Please sign in to comment.