1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-30 14:05:26 -05:00

Fix another typo

This commit is contained in:
Jinqiu Yu
2018-03-23 23:17:29 +08:00
parent a8a68c2e70
commit eb38f4865e
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ func (b *Buffer) Reset(writer Supplier) error {
return err
}
// BytesRange returns a slice of this buffer with given from and to bounary.
// BytesRange returns a slice of this buffer with given from and to boundary.
func (b *Buffer) BytesRange(from, to int) []byte {
if from < 0 {
from += b.Len()