Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampin committed Nov 24, 2023
1 parent 7b5ca1f commit 0ff2f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonld/src/parser/source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::JsonLdError;

use super::adapter::RdfTerm;

/// The type of [`QuadSource`] returned by [`JsonLdParser`].
/// The type of [`QuadSource`] returned by [`JsonLdParser`](super::JsonLdParser).
pub enum JsonLdQuadSource {
/// Some quads were parsed
Quads(std::vec::IntoIter<Spog<RdfTerm>>),
Expand Down

0 comments on commit 0ff2f4a

Please sign in to comment.