Skip to content

Commit

Permalink
chore: fix symbol error
Browse files Browse the repository at this point in the history
Signed-off-by: liangmulu <[email protected]>
  • Loading branch information
liangmulu committed Sep 13, 2024
1 parent e71016c commit d83109f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benches/languages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ fn benchmark_multifaceted(c: &mut Criterion) {
///
/// * `criterion` - Criterion benchmark manager
/// * `benchmark_name` - The name of the benchmark
/// * `configs' - Vec of tuples of (config_name, config_snippet)
/// * `configs` - Vec of tuples of (config_name, config_snippet)
/// * `input_name` - Name of the input to the first transform
/// * `output_name` - Name of the last transform
/// * `input` - Line to use as input
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-tap/src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl TapPayload {
)))
}

/// Raise an `invalid_match`event against the provided output pattern.
/// Raise an `invalid_match` event against the provided output pattern.
pub fn invalid_output_pattern_match<T: Into<String>>(
pattern: T,
invalid_matches: Vec<String>,
Expand Down

0 comments on commit d83109f

Please sign in to comment.