getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
385 stars 69 forks source link

Fix method name in PdbInternalSectionOffset documentation #86

Closed nbaksalyar closed 4 years ago

nbaksalyar commented 4 years ago

It was incorrectly pointing to rva instead of to_rva.

jan-auer commented 4 years ago

@nbaksalyar Could you please rebase on master? That should fix the linter error.

nbaksalyar commented 4 years ago

Done - thanks!

jan-auer commented 4 years ago

Thanks, @nbaksalyar!