bombela / backward-cpp

A beautiful stack trace pretty printer for C++
MIT License
3.81k stars 479 forks source link

Fix typo in code sample #309

Closed strager closed 1 year ago

strager commented 1 year ago

ResolvedTrace::SourceLoc::line has type 'unsigned', not 'size_t'. Same with ...::col. Fix the documentation to match the production code.