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 6327f90 commit 4a596dfCopy full SHA for 4a596df
lib/handlers/patch.js
@@ -18,7 +18,7 @@ const PATCH_PARSERS = {
18
'text/n3': require('./patch/n3-patch-parser.js')
19
}
20
21
-// use mime-type as contentType for new rdf resource
+// use media-type as contentType for new RDF resource
22
const DEFAULT_FOR_NEW_CONTENT_TYPE = 'text/turtle'
23
24
function contentTypeForNew (req) {
0 commit comments