mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-03 20:45:24 +00:00
tstime/mono: fix Before function comment
Signed-off-by: Robert Fritzsche <r.fritzsche@gridx.de> (cherry picked from commit 0e62a7d1a247eb312f340b08e92942f73149f11f)
This commit is contained in:
parent
0b5b3287cb
commit
0a399bb6c6
@ -53,7 +53,7 @@ func (t Time) After(n Time) bool {
|
||||
return t > n
|
||||
}
|
||||
|
||||
// After reports t < n, whether t is before n.
|
||||
// Before reports t < n, whether t is before n.
|
||||
func (t Time) Before(n Time) bool {
|
||||
return t < n
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user