diff --git a/radiation.go b/radiation.go index 1959df3..49ce00f 100644 --- a/radiation.go +++ b/radiation.go @@ -20,8 +20,8 @@ func (r Radiation) IsAvailable() bool { return !r.na } -// DateTime returns true if an Radiation value was -// available at time of query +// DateTime returns the time.Time object representing the date and time +// at which the Radiation value was queried func (r Radiation) DateTime() time.Time { return r.dt }