mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix comment typo
fix small comment typo, iff -> if
This commit is contained in:
parent
4c90efdf57
commit
82cf0663b0
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ type NodeIterator interface {
|
|||
// For leaf nodes, the last element of the path is the 'terminator symbol' 0x10.
|
||||
Path() []byte
|
||||
|
||||
// Leaf returns true iff the current node is a leaf node.
|
||||
// Leaf returns true if the current node is a leaf node.
|
||||
Leaf() bool
|
||||
|
||||
// LeafKey returns the key of the leaf. The method panics if the iterator is not
|
||||
|
|
|
|||
Loading…
Reference in a new issue