mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-04-02 07:23:35 +03:00
Fix typo in arpdb.go
returnes -> returns
This commit is contained in:
parent
2a546aa609
commit
c2cc681880
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ type Interface interface {
|
||||||
// Refresh updates the stored data. It must be safe for concurrent use.
|
// Refresh updates the stored data. It must be safe for concurrent use.
|
||||||
Refresh() (err error)
|
Refresh() (err error)
|
||||||
|
|
||||||
// Neighbors returnes the last set of data reported by ARP. Both the method
|
// Neighbors returns the last set of data reported by ARP. Both the method
|
||||||
// and it's result must be safe for concurrent use.
|
// and it's result must be safe for concurrent use.
|
||||||
Neighbors() (ns []Neighbor)
|
Neighbors() (ns []Neighbor)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue