Backend: Fix typo in comment

This commit is contained in:
Michael Mayer 2021-09-06 14:39:30 +02:00
parent a69b313252
commit deaca4b588

View file

@ -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.