Fix typo in TODO

This commit is contained in:
Aaron Boodman
2015-07-09 18:13:18 -07:00
parent 6201833b38
commit dffcf94c7d

View File

@@ -5,7 +5,7 @@ import (
"github.com/attic-labs/noms/ref"
)
// TODO: This ends up loading the entire value recusrively. We need to change the encoder to look at the futures directly and not expand them.
// TODO: This ends up loading the entire value recursively. We need to change the encoder to look at the futures directly and not expand them.
func WriteValue(v Value, cs chunks.ChunkSink) (ref.Ref, error) {
switch v := v.(type) {
case Blob: