From 061889d4ea13b23d777efbe005210ead8667e869 Mon Sep 17 00:00:00 2001 From: "S. Matthew English" Date: Mon, 12 Jun 2017 14:45:17 +0200 Subject: rlp, trie, contracts, compression, consensus: improve comments (#14580) --- contracts/ens/ens.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contracts/ens/ens.go') diff --git a/contracts/ens/ens.go b/contracts/ens/ens.go index 7806742cf..83ca9b63b 100644 --- a/contracts/ens/ens.go +++ b/contracts/ens/ens.go @@ -52,7 +52,7 @@ func NewENS(transactOpts *bind.TransactOpts, contractAddr common.Address, contra }, nil } -// DeployENS deploys an instance of the ENS nameservice, with a 'first in first served' root registrar. +// DeployENS deploys an instance of the ENS nameservice, with a 'first-in, first-served' root registrar. func DeployENS(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend) (*ENS, error) { // Deploy the ENS registry ensAddr, _, _, err := contract.DeployENS(transactOpts, contractBackend, transactOpts.From) -- cgit v1.2.3