container/mts/meta/meta.go: altered comment for GetAll

This commit is contained in:
Saxon 2019-07-04 14:33:12 +09:30
parent edb056d19b
commit 866aa6bef3
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ func GetAll(d []byte) ([][2]string, error) {
}
// GetAllAsMap returns a map containing keys and values from a slice d containing
// AusOcean metadata.
// metadata.
func GetAllAsMap(d []byte) (map[string]string, error) {
err := checkMeta(d)
if err != nil {