Skip to content

Commit

Permalink
Fix JSDoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Jun 28, 2024
1 parent 31c74f6 commit 6b2c643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/CocodaSDK.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export default class CocodaSDK {
*
* @param {Object} scheme JSKOS concept scheme object
* @param {string} [dataType="concepts"] only use providers that support a certain data type (default is "concepts" for backward compatibility)
* @returns
* @returns {Object|null} registry object, or `null` if determining the registry was not successful
*/
registryForScheme(scheme, dataType = "concepts") {
let registry = scheme._registry
Expand Down

0 comments on commit 6b2c643

Please sign in to comment.