Skip to content

Commit 90c8667

Browse files
committed
[llvm][docs] Fixed documentation
fixes #158643
1 parent 20dd053 commit 90c8667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/PDB/HashTable.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ a consumer to read a list of values and reconstruct the hash table on the fly.
1717
The serialization format supports hash tables of arbitrarily large size and
1818
capacity, as well as value types and hash functions. The only supported key
1919
value type is a uint32. The only requirement is that the producer and consumer
20-
agree on the hash function. As such, the hash function can is not discussed
21-
further in this document, it is assumed that for a particular instance of a PDB
20+
agree on the hash function. As such, the hash function is not discussed
21+
further in this document. It is assumed that for a particular instance of a PDB
2222
file hash table, the appropriate hash function is being used.
2323

2424
On-Disk Format

0 commit comments

Comments
 (0)