Fixed arg labels (#455)

This commit is contained in:
Maxwell 2023-03-12 11:10:43 +10:00 committed by GitHub
parent 43a9e287c3
commit 93e79470b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}