From 27e746580c7c1394d7de21ec51b574e371f4e07d Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Wed, 16 Jan 2019 08:54:26 +1300 Subject: [PATCH] Fix typo in graphql.go --- graphql/grahpql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql/grahpql.go b/graphql/grahpql.go index fce78a8d1b..1eca789567 100644 --- a/graphql/grahpql.go +++ b/graphql/grahpql.go @@ -344,7 +344,7 @@ type Block struct { receipts []*types.Receipt } -// resolve returns the internal Block object represennting this block, fetching +// resolve returns the internal Block object representing this block, fetching // it if necessary. func (b *Block) resolve(ctx context.Context) (*types.Block, error) { if b.block != nil {