Update configs/configschema/decoder_spec.go

Co-authored-by: Kristin Laemmert <mildwonkey@users.noreply.github.com>
This commit is contained in:
James Bardin 2020-10-14 10:33:44 -04:00 committed by GitHub
parent dd8a8bdea1
commit bb76c3b50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ var decoderSpecCache = specCache{
specs: map[uintptr]hcldec.Spec{}, specs: map[uintptr]hcldec.Spec{},
} }
// get returns the Spec associated with eth given Block, or nil if non is // get returns the Spec associated with the given Block, or nil if none is
// found. // found.
func (s *specCache) get(b *Block) hcldec.Spec { func (s *specCache) get(b *Block) hcldec.Spec {
s.Lock() s.Lock()