Backend: Fix typo in comment
This commit is contained in:
parent
a69b313252
commit
deaca4b588
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
package entity
|
||||
|
||||
// Deprecated represents a list of deprecated database tables;
|
||||
// Deprecated represents a list of deprecated database tables.
|
||||
type Deprecated []string
|
||||
|
||||
// Drop drops all deprecated tables.
|
||||
|
|
Loading…
Reference in a new issue