Rename contrib/ to extras/ in the docs

The directory has been renamed in 918aa32 but the doc was not updated
yet.
This commit is contained in:
Kin Numaru
2021-08-10 10:26:55 +02:00
parent 52a3144145
commit 74db06199b
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ can use `pkg-config` to get its include path: `pkg-config --cflags catch2`.
### gdb and lldb scripts
Catch2's `contrib` folder also contains two simple debugger scripts,
Catch2's `extras` folder also contains two simple debugger scripts,
`gdbinit` for `gdb` and `lldbinit` for `lldb`. If loaded into their
respective debugger, these will tell it to step over Catch2's internals
when stepping through code.