Skip to content

Commit

Permalink
bmt: fix package documentation comment (ethereum#16909)
Browse files Browse the repository at this point in the history
  • Loading branch information
kielbarry committed Jul 9, 2018
1 parent 1996ff8 commit 622424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmt/bmt_r.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.

// simple nonconcurrent reference implementation for hashsize segment based
// Package bmt is a simple nonconcurrent reference implementation for hashsize segment based
// Binary Merkle tree hash on arbitrary but fixed maximum chunksize
//
// This implementation does not take advantage of any paralellisms and uses
Expand Down

0 comments on commit 622424e

Please sign in to comment.