Fix typos in comments and tests (#972)

This commit is contained in:
Oleksandr Redko
2024-11-16 18:30:13 +02:00
committed by GitHub
parent af236b689f
commit 923b2ab478
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ func (d *Decoder) DisallowUnknownFields() *Decoder {
//
// With this feature enabled, types implementing the unstable/Unmarshaler
// interface can be decoded from any structure of the document. It allows types
// that don't have a straightfoward TOML representation to provide their own
// that don't have a straightforward TOML representation to provide their own
// decoding logic.
//
// Currently, types can only decode from a single value. Tables and array tables