Skip to content

Commit

Permalink
Merge pull request #518 from yanqui-uxo/main
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
kaikalii committed Jun 29, 2024
2 parents d3f466e + 6d3de32 commit c4e5bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys_native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::{GitTarget, Handle, SysBackend};
use dashmap::DashMap;
use once_cell::sync::Lazy;

/// The defualt native system backend
/// The default native system backend
#[derive(Default)]
pub struct NativeSys;

Expand Down

0 comments on commit c4e5bf5

Please sign in to comment.