all: fix "the the" typo in comments

This commit is contained in:
Vladimir Chalupecky
2019-03-28 10:22:19 +01:00
committed by Vladimír Chalupecký
parent c92de05278
commit c38fb5f9ef
7 changed files with 27 additions and 27 deletions

View File

@@ -14,7 +14,7 @@ import (
"gonum.org/v1/gonum/graph/encoding"
)
// Unmarshal parses the the JSON-encoded data and stores the result in dst.
// Unmarshal parses the JSON-encoded data and stores the result in dst.
// Node IDs are obtained from the JSON fields identified by the uid parameter.
// UIDs obtained from the JSON encoding must map to unique node ID values
// consistently across the JSON-encoded spanning tree.