mirror of
https://github.com/gonum/gonum.git
synced 2025-10-11 01:50:12 +08:00
all: fix "the the" typo in comments
This commit is contained in:

committed by
Vladimír Chalupecký

parent
c92de05278
commit
c38fb5f9ef
@@ -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.
|
||||
|
Reference in New Issue
Block a user