Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jul 26, 2023
1 parent 1f722b5 commit 137ba12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vector-core/src/config/log_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl LogSchema {
/// This parses the path and will panic if it is invalid.
///
/// This should only be used where the result will either be cached,
/// or performance isn't critical, since this requires parsing / memory allocation.
/// or performance isn't critical, since this requires memory allocation.
pub fn owned_message_path(&self) -> OwnedTargetPath {
self.message_key
.path
Expand Down

0 comments on commit 137ba12

Please sign in to comment.