Skip to content

Commit

Permalink
Update sophia/src/parser/xml_legacy.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre-Antoine Champin <github-100614@champin.net>
  • Loading branch information
lulu-berlin and pchampin committed Aug 28, 2020
1 parent 876607c commit e707645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sophia/src/parser/xml_legacy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub struct RdfXmlParser {
}

impl RdfXmlParser {
/// Build a new RDF XML parser with the given config.
/// Build a new RDF/XML parser with the given config.
pub fn with_base(base: &str) -> Result<Self> {
match Url::parse(base) {
Ok(url) => Ok(Self { base: Some(url) }),
Expand Down

0 comments on commit e707645

Please sign in to comment.