Skip to content

Commit 54fe2b3

Browse files
committed
Update comment
1 parent ebb91c7 commit 54fe2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PostgresMigrations/Migrations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public actor DatabaseMigrations {
5050

5151
/// Add migrations to list of migrations to be be applied
5252
/// - Parameters
53-
/// - migration: DatabaseMigration to be applied
53+
/// - migrations: Collection of DatabaseMigrations to be applied
5454
/// - skipDuplicates: Only add migration if it doesn't exist in the list
5555
public func add(_ migrations: some Collection<DatabaseMigration>, skipDuplicates: Bool = false) {
5656
for migration in migrations {

0 commit comments

Comments
 (0)