Skip to content

Commit b525de0

Browse files
kielbarryfirmianavan
authored andcommitted
bmt: fix package documentation comment (ethereum#16909)
1 parent 8bd237a commit b525de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmt/bmt_r.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

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

0 commit comments

Comments
 (0)