From d11f8b8b04a7b6ccc6314315a6ac5e66b9f68f75 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Fri, 24 Jan 2020 15:16:33 +0000 Subject: [PATCH] fix letter case --- Setup-GDB-with-Qt-pretty-printers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup-GDB-with-Qt-pretty-printers.md b/Setup-GDB-with-Qt-pretty-printers.md index bed1db0..9398d12 100644 --- a/Setup-GDB-with-Qt-pretty-printers.md +++ b/Setup-GDB-with-Qt-pretty-printers.md @@ -45,7 +45,7 @@ Now, you can use GDB as you usually would. Whenever you print a variable with a For example, suppose you are at a breakpoint and print the value of a variable named `data`, which is a `QByteArray`, containing an HTTP request. -- output Without pretty printers: +- output without pretty printers: ``` (gdb) print data $1 = (const QByteArray &) @0x555555e2ecd0: {d = 0x555555e46610}