chore: fix typos and introduce ci check (#390)

This commit is contained in:
Sanchith Hegde
2023-01-17 11:38:47 +05:30
committed by GitHub
parent 006e9a8892
commit 74f6d0025e
28 changed files with 199 additions and 240 deletions

View File

@ -137,7 +137,7 @@ where
/// Constructor of `FormattingLayer`.
///
/// A `name` will be attached to all records during formatting.
/// A `dst_writer` to forward all recrods.
/// A `dst_writer` to forward all records.
///
/// ## Example
/// ```rust
@ -357,7 +357,7 @@ where
where
S: Subscriber + for<'a> LookupSpan<'a>,
{
// Get value of ket "message" or "target" if does not exist.
// Get value of kept "message" or "target" if does not exist.
let mut message = storage
.values
.get("message")