Update network.go

minor nit
dev
Geeknik Labs 2021-09-16 11:33:20 -05:00 committed by GitHub
parent d95f723639
commit 2aee208050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ type Input struct {
// description: | // description: |
// Read is the number of bytes to read from socket. // Read is the number of bytes to read from socket.
// //
// This can be used for protcols which expected an immediate response. You can // This can be used for protocols which expect an immediate response. You can
// read and write responses one after another and evetually perform matching // read and write responses one after another and evetually perform matching
// on every data captured with `name` attribute. // on every data captured with `name` attribute.
// //