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.
Pair::as_span
1 parent 2f2ba3d commit cdb89e7Copy full SHA for cdb89e7
pest/src/span.rs
@@ -18,7 +18,7 @@ use crate::position;
18
/// A span over a `&str`. It is created from either [two `Position`s] or from a [`Pair`].
19
///
20
/// [two `Position`s]: struct.Position.html#method.span
21
-/// [`Pair`]: ../iterators/struct.Pair.html#method.span
+/// [`Pair`]: ./iterators/struct.Pair.html#method.as_span
22
#[derive(Clone, Copy)]
23
pub struct Span<'i> {
24
input: &'i str,
0 commit comments