diff options
| author | Fuwn <[email protected]> | 2021-02-20 23:22:00 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-02-20 23:22:00 +0000 |
| commit | b1b29f1b6c91879838c8b01c4f5a3c4b7a86ec77 (patch) | |
| tree | bf5e932b2ee8e0899743b4963375156ca13ceff0 /src/structures.rs | |
| parent | chore, fix: refactor returns, grammar. (diff) | |
| download | chan-b1b29f1b6c91879838c8b01c4f5a3c4b7a86ec77.tar.xz chan-b1b29f1b6c91879838c8b01c4f5a3c4b7a86ec77.zip | |
chore, fix, refactor: desc.
chore:
- update readme
fix:
- grammer
refactor:
- undo previous commit return refactor
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, |