Skip to content

Commit

Permalink
edit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Mar 9, 2024
1 parent 35fba14 commit dfab687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct Config {
pub level: LevelFilter,
/// filter log
pub filters: SyncVec<Box<dyn Filter>>,
/// format record into field fast_log_record's formated:String
/// format record into field fast_log_record's formatted:String
pub format: Box<dyn RecordFormat>,
/// the channel length,default None(Unbounded channel)
pub chan_len: Option<usize>,
Expand Down

0 comments on commit dfab687

Please sign in to comment.