Skip to content

Commit 334c645

Browse files
committed
Fixed Spellings
1 parent ceab786 commit 334c645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data_sync_period.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[derive(Debug, Clone, Copy)]
2-
pub enum DataSyncronizationPeriod {
2+
pub enum DataSynchronizationPeriod {
33
Immediately,
44
Sec1,
55
Sec5,

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mod data_sync_period;
22
mod my_no_sql_entity;
3-
pub use data_sync_period::DataSyncronizationPeriod;
3+
pub use data_sync_period::DataSynchronizationPeriod;
44
pub use my_no_sql_entity::MyNoSqlEntity;

0 commit comments

Comments
 (0)