Fix TOML URL in doc.go

This commit is contained in:
Thomas Pelletier
2015-12-01 09:53:09 +01:00
parent 3102b98900
commit ab7a652912
+1 -1
View File
@@ -1,7 +1,7 @@
// Package toml is a TOML markup language parser.
//
// This version supports the specification as described in
// https://github.com/toml-lang/toml/blob/master/versions/toml-v0.2.0.md
// https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md
//
// TOML Parsing
//