summaryrefslogtreecommitdiffstats
path: root/grep-printer/src/standard.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grep-printer/src/standard.rs')
-rw-r--r--grep-printer/src/standard.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/grep-printer/src/standard.rs b/grep-printer/src/standard.rs
index 6c8976b8..6ead1db6 100644
--- a/grep-printer/src/standard.rs
+++ b/grep-printer/src/standard.rs
@@ -239,8 +239,9 @@ impl StandardBuilder {
/// which may either be in index form (e.g., `$2`) or can reference named
/// capturing groups if present in the original pattern (e.g., `$foo`).
///
- /// For documentation on the full format, please see the `Matcher` trait's
- /// `interpolate` method.
+ /// For documentation on the full format, please see the `Capture` trait's
+ /// `interpolate` method in the
+ /// [grep-printer](https://docs.rs/grep-printer) crate.
pub fn replacement(
&mut self,
replacement: Option<Vec<u8>>,