Fixed arg labels

This commit is contained in:
Maxwell Swadling 2023-03-12 11:00:27 +10:00
parent 43a9e287c3
commit 98bacbac8b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ extension Preview {
return data
}
func verify(data: Data, signature: Data, with secret: Preview.Secret) throws -> Bool {
func verify(signature data: Data, for signature: Data, with secret: Preview.Secret) throws -> Bool {
true
}