-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Closed
Labels
debuginfodocumentationgood first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contribute
Description
Minor typos in the documentation here:
https://llvm.org/docs/PDB/HashTable.html
Documentation says:
As such, the hash function can is not discussed further in this document, it is assumed that for a particular instance of a PDB file hash table, the appropriate hash function is being used.
Should say:
As such, the hash function is not discussed further in this document. It is assumed that for a particular instance of a PDB file hash table, the appropriate hash function is being used.
Changes:
- "can is" -> "is"
- Replace a comma with a period.
Metadata
Metadata
Assignees
Labels
debuginfodocumentationgood first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contribute