Skip to content

Commit 6ec1d59

Browse files
Update deployable.go
Co-authored-by: Théophane Mayaud <[email protected]>
1 parent ac4f70d commit 6ec1d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ func (s *SchemaObject) Suffix() string {
278278
return strings.Split(s.Name, "@")[1]
279279
}
280280

281-
// Return a list of sqlcode schemas have been uploaded to the database.
281+
// Return a list of sqlcode schemas that have been uploaded to the database.
282282
// This includes all current and unused schemas.
283283
func (d *Deployable) ListUploaded(ctx context.Context, dbc DB) []*SchemaObject {
284284
objects := []*SchemaObject{}

0 commit comments

Comments
 (0)