From bbae57bd22cd0925e0be78636947a05a64c48984 Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Thu, 14 Nov 2024 21:23:42 -0600 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60a616c..2bcfcc1 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ namespace cpptrace { `cpptrace::absorb_trace_exceptions`: Configure whether the library silently absorbs internal exceptions and continues. Default is true. -`cpptrace::ctrace_enable_inlined_call_resolution`: Configure whether the library will attempt to resolve inlined call +`cpptrace::enable_inlined_call_resolution`: Configure whether the library will attempt to resolve inlined call information for release builds. Default is true. `cpptrace::experimental::set_cache_mode`: Control time-memory tradeoffs within the library. By default speed is @@ -358,7 +358,7 @@ performed. ```cpp namespace cpptrace { void absorb_trace_exceptions(bool absorb); - void ctrace_enable_inlined_call_resolution(bool enable); + void enable_inlined_call_resolution(bool enable); enum class cache_mode { // Only minimal lookup tables