diff --git a/core/vm/contracts.go b/core/vm/contracts.go index 7f49b95540..cae0be9f2d 100644 --- a/core/vm/contracts.go +++ b/core/vm/contracts.go @@ -44,7 +44,7 @@ import ( "golang.org/x/crypto/ripemd160" ) -// PrecompiledContract is the basic interface for native Go The. contracts implementation +// PrecompiledContract is the basic interface for native Go contracts. The implementation // requires a deterministic gas count based on the input size of the Run method of the // contract. type PrecompiledContract interface {