docs:The word dummmy was misspelled and changed to dummy.

This commit is contained in:
陈宇峰 2018-09-11 21:04:16 +08:00
parent fb368723ac
commit 84ad1b58f2

View file

@ -76,7 +76,7 @@ func cachedTypeInfo1(typ reflect.Type, tags tags) (*typeinfo, error) {
// another goroutine got the write lock first
return info, nil
}
// put a dummmy value into the cache before generating.
// put a dummy value into the cache before generating.
// if the generator tries to lookup itself, it will get
// the dummy value and won't call itself recursively.
typeCache[key] = new(typeinfo)