summaryrefslogtreecommitdiffstats
path: root/src/models
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-20 18:26:42 +0000
committerSanto Cariotti <santo@dcariotti.me>2022-09-20 18:26:42 +0000
commit5d21d188f82774a814b8ace48cd833958b92a176 (patch)
treeed9ec8fd70f2d832e62f2a1e3fd36a419d3e194e /src/models
parente010223224b28df4b53e763b2a4f2a4fb37cc339 (diff)
Fix typo
Diffstat (limited to 'src/models')
-rw-r--r--src/models/warning.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/warning.rs b/src/models/warning.rs
index 0725d53..200f671 100644
--- a/src/models/warning.rs
+++ b/src/models/warning.rs
@@ -3,7 +3,7 @@ use chrono::{Local, NaiveDateTime};
use serde::{Deserialize, Serialize};
use sqlx::Row;
-/// Model for models.
+/// Model for warnings.
#[derive(Deserialize, Serialize, sqlx::FromRow)]
pub struct Warning {
id: i32,