fix letter case

Francisco Pombal 2020-01-24 15:16:33 +00:00
parent f5335338fe
commit d11f8b8b04

@ -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. 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 (gdb) print data
$1 = (const QByteArray &) @0x555555e2ecd0: {d = 0x555555e46610} $1 = (const QByteArray &) @0x555555e2ecd0: {d = 0x555555e46610}