[2.x] doc: Fix HashAlgo scaladoc (#9590)

This commit is contained in:
kenji yoshida 2026-08-14 02:47:19 +09:00 committed by GitHub
parent a6ae53c73e
commit 354dbf515b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ trait HashAlgo[A1: Access]:
* @param buf the input data
* @param off the start offset in buf
* @param len the number of bytes to hash
* @param seed the seed to use
* @return the hash value
*/
def hash(buf: A1, off: Int, len: Int): Long