Skip to content

Commit af3fd4e

Browse files
mcb5637liss-h
authored andcommitted
fix comment
1 parent d6685df commit af3fd4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

private/rdf4cpp/parser/JsonLdContextParser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,8 @@ namespace rdf4cpp::parser::json_ld {
892892
}
893893
}
894894
// 9
895-
// no keyword, bn or valid iri, would have passed any further check
896-
// => not possible to result in a valid Node, ignore it
895+
// no keyword, bn or valid iri, would have passed any above check
896+
// => caller would ignore it anyway => return empty
897897
return IRIMapping{std::string(""), IRIMappingType::None};
898898
}
899899
} // namespace rdf4cpp::parser::json_ld

0 commit comments

Comments
 (0)