diff options
Diffstat (limited to 'src/structures.rs')
| -rw-r--r-- | src/structures.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/structures.rs b/src/structures.rs index 1114bbc..dceecd2 100644 --- a/src/structures.rs +++ b/src/structures.rs @@ -1,4 +1,4 @@ -/// The format a valid SQLlite thread entry should have. +/// The format a valid SQLite thread entry should have. #[derive(FromForm, Debug, Serialize, Deserialize)] pub struct Thread { pub board: String, @@ -6,7 +6,7 @@ pub struct Thread { pub comment: String } -/// The format a valid SQLlite thread entry should have. +/// The format a valid SQLite thread entry should have. #[derive(FromForm, Debug, Serialize, Deserialize, PartialEq)] pub struct Board { pub tag: String, |