Skip to content

Commit c6173db

Browse files
authored
Auto merge of #293 - striezel-stash:fix-typo, r=jdm
Fix a typo This PR fixes a small typo.
2 parents b6583d6 + 11d8c7c commit c6173db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_metadata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The GNU debugger (GDB) supports defining custom debugger views using Pretty Prin
1818
Pretty printers are written as python scripts that describe how a type should be displayed
1919
when loaded up in GDB/LLDB. (See: https://sourceware.org/gdb/onlinedocs/gdb/Pretty-Printing.html#Pretty-Printing)
2020
The pretty printers provide patterns, which match type names, and for matching
21-
types, descibe how to display those types. (For writing a pretty printer, see: https://sourceware.org/gdb/onlinedocs/gdb/Writing-a-Pretty_002dPrinter.html#Writing-a-Pretty_002dPrinter).
21+
types, describe how to display those types. (For writing a pretty printer, see: https://sourceware.org/gdb/onlinedocs/gdb/Writing-a-Pretty_002dPrinter.html#Writing-a-Pretty_002dPrinter).
2222

2323
### Embedding Visualizers
2424

0 commit comments

Comments
 (0)