We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b348b4b commit 8018f1fCopy full SHA for 8018f1f
lib/ldp.js
@@ -327,7 +327,7 @@ class LDP {
327
} catch (err) { }
328
}
329
330
- // check if a document (or container) has the same name than a document (or container)
+ // check whether a document (or container) has the same name as another document (or container)
331
async checkItemName (url) {
332
let testName, testPath
333
const { hostname, pathname } = this.resourceMapper._parseUrl(url) // (url.url || url)
0 commit comments