Fixes typos (#849)

This commit is contained in:
Andreas Deininger
2023-02-13 12:57:48 +01:00
committed by GitHub
parent 9f5726004e
commit fcd9179b7d
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ func (d *Decoder) DisallowUnknownFields() *Decoder {
// are ignored. See Decoder.DisallowUnknownFields() to change this behavior.
//
// When a TOML local date, time, or date-time is decoded into a time.Time, its
// value is represented in time.Local timezone. Otherwise the approriate Local*
// value is represented in time.Local timezone. Otherwise the appropriate Local*
// structure is used. For time values, precision up to the nanosecond is
// supported by truncating extra digits.
//