Fix minor typo in README
Corrects mapperss to mappers. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
@@ -539,7 +539,7 @@ type Mapper interface {
|
|||||||
// Decode scan into target.
|
// Decode scan into target.
|
||||||
//
|
//
|
||||||
// "ctx" contains context about the value being decoded that may be useful
|
// "ctx" contains context about the value being decoded that may be useful
|
||||||
// to some mapperss.
|
// to some mappers.
|
||||||
Decode(ctx *MapperContext, scan *Scanner, target reflect.Value) error
|
Decode(ctx *MapperContext, scan *Scanner, target reflect.Value) error
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user