Skip to content

Commit d3e365c

Browse files
nismotieTitus Bridgwood
andauthored
Fix typo in LogBuffering struct documentation (#731)
Co-authored-by: Titus Bridgwood <[email protected]>
1 parent fed79f4 commit d3e365c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-extension/src/logs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pub struct LogPlatformReportMetrics {
111111
}
112112

113113
/// Log buffering configuration.
114-
/// Allows Lambda to buffer logs before deliverying them to a subscriber.
114+
/// Allows Lambda to buffer logs before delivering them to a subscriber.
115115
#[derive(Debug, Serialize, Copy, Clone)]
116116
#[serde(rename_all = "camelCase")]
117117
pub struct LogBuffering {

0 commit comments

Comments
 (0)