mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-04 22:18:59 +00:00
Fix spelling of Receive
This commit is contained in:
parent
15a51818f9
commit
397f20298e
2 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ namespace TLSharp.Core.Network
|
|||
}
|
||||
}
|
||||
|
||||
public async Task<byte[]> Recieve()
|
||||
public async Task<byte[]> Receive()
|
||||
{
|
||||
var result = await _transport.Receieve();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue