Skip to content

Commit c9e3478

Browse files
kaseigkellogg
authored andcommitted
Fix typo in rdfs:comment for literal_with_2_dquotes
`s/squote/dquote/`
1 parent 448a612 commit c9e3478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdf/rdf11/rdf-n-triples/manifest.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436

437437
<#literal_with_2_dquotes> rdf:type rdft:TestNTriplesPositiveSyntax ;
438438
mf:name "literal_with_2_dquotes" ;
439-
rdfs:comment "literal with 2 squotes \"\"\"a\"\"b\"\"\"" ;
439+
rdfs:comment "literal with 2 dquotes \"\"\"a\"\"b\"\"\"" ;
440440
rdft:approval rdft:Proposed ;
441441
mf:action <literal_with_2_dquotes.nt> ;
442442
.

0 commit comments

Comments
 (0)