summaryrefslogtreecommitdiffstats
path: root/grep-printer
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-09-07 11:57:47 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-07 12:06:05 -0400
commit3b5cdea862e3c4d6346bbef2449523e8c3790b4e (patch)
tree47602c45ca479da54ab810ae15bbcb9e52fa3cd1 /grep-printer
parent54b3e9eb10bebb33de799bc14616a0d72165583a (diff)
doc: minor touchups to API docs
Diffstat (limited to 'grep-printer')
-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>>,