Skip to content

Commit

Permalink
Fix typo in LogBuffering struct documentation (#731)
Browse files Browse the repository at this point in the history
Co-authored-by: Titus Bridgwood <titus.bridgwood@dunelm.com>
  • Loading branch information
nismotie and Titus Bridgwood authored Nov 17, 2023
1 parent fed79f4 commit d3e365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-extension/src/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub struct LogPlatformReportMetrics {
}

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

0 comments on commit d3e365c

Please sign in to comment.