diff --git a/tape/dynamic.go b/tape/dynamic.go index 22a4f2c..7ce7665 100644 --- a/tape/dynamic.go +++ b/tape/dynamic.go @@ -252,8 +252,8 @@ func decodeAnyOrError(decoder *Decoder, destination reflect.Value, tag Tag) (n i // not we receive an empty any value) actually makes it fucking // work. go figure(). // - // (the map allocation functionality in skeletonPointer has been - // removed) + // (the map allocation functionality in skeletonPointer was + // removed after this comment was written) value := reflect.MakeMapWithSize(reflect.TypeOf(dummyMap), lengthCast) destination.Set(value) destination = value