Merge pull request #2040 from mathstuf/replace-invalid-utf8

ncexhash: replace invalid UTF-8 sequence
This commit is contained in:
Ward Fisher 2021-07-28 11:16:55 -06:00 committed by GitHub
commit 0bc8c2e9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ See LICENSE.txt for license information.
/*
Implement extendible hashing as defined in:
````
R. Fagin, J. Nievergelt, N. Pippenger, and H. Strong, "Extendible Hashing a fast access method for dynamic files", ACM Transactions on Database Systems, vol. 4, No. 3, pp. 315-344, 1979.
R. Fagin, J. Nievergelt, N. Pippenger, and H. Strong, "Extendible Hashing a fast access method for dynamic files", ACM Transactions on Database Systems, vol. 4, No. 3, pp. 315-344, 1979.
````
*/