Skip to content

Commit 137ba12

Browse files
committed
update comment
1 parent 1f722b5 commit 137ba12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vector-core/src/config/log_schema.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ impl LogSchema {
118118
/// This parses the path and will panic if it is invalid.
119119
///
120120
/// This should only be used where the result will either be cached,
121-
/// or performance isn't critical, since this requires parsing / memory allocation.
121+
/// or performance isn't critical, since this requires memory allocation.
122122
pub fn owned_message_path(&self) -> OwnedTargetPath {
123123
self.message_key
124124
.path

0 commit comments

Comments
 (0)