Skip to content

Commit 3a042e5

Browse files
committed
fix(db): 修复IDEA重命名后的错误更改
1 parent dc795b2 commit 3a042e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/db/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ impl DatabaseManager {
316316
Ok(result)
317317
}
318318

319-
/// config
319+
/// update
320320
pub fn update<T>(&self, model: T) -> Result<usize>
321321
where
322322
T: Model,

0 commit comments

Comments
 (0)