Fix String() comment (#79)

This commit is contained in:
Sam Broughton
2016-07-22 08:53:40 +01:00
committed by Thomas Pelletier
parent 65ad89c1a7
commit 923742e542
+1 -1
View File
@@ -113,7 +113,7 @@ func (t *TomlTree) ToString() string {
return t.String()
}
// ToString generates a human-readable representation of the current tree.
// String generates a human-readable representation of the current tree.
// Output spans multiple lines, and is suitable for ingest by a TOML parser
func (t *TomlTree) String() string {
return t.toToml("", "")