Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Fix typos and exported function docstrings #15

Merged
merged 2 commits into from
Feb 22, 2021

Conversation

adlerjohn
Copy link
Member

No description provided.

@@ -123,13 +123,13 @@ func (smt *SparseMerkleTree) GetForRoot(key []byte, root []byte) ([]byte, error)
return value, nil
}

// Has returns true if tree cointains given key, false otherwise.
// Has returns true if tree contains given key, false otherwise.
Copy link
Member

@liamsi liamsi Feb 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cointains somehow sounds appropriate, too :-D

Copy link
Member

@liamsi liamsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not have write access. Hence, my approval does not count towards mergeability, but LGTM 👍🏼

@musalbas musalbas merged commit b996576 into celestiaorg:master Feb 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants