spelling check

This commit is contained in:
2023-09-12 16:29:43 +08:00
parent b501dc5e76
commit 7f01954fc5
4 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ partial class NetworkTask
Dispose();
}
public virtual bool OnResponsed(NSHttpUrlResponse response)
public virtual bool OnResponded(NSHttpUrlResponse response)
{
return true;
}