Skip to content

Commit a9cfe84

Browse files
committed
[llvm][docs] Correct formatting in lldb release note
When you use <> in markdown it thinks it's an HTML tag and does not show anything.
1 parent a2b3110 commit a9cfe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Changes to LLDB
311311
stop reason = SIGSEGV: sent by tkill system call (sender pid=649752, uid=2667987)
312312
```
313313
* ELF Cores can now have their siginfo structures inspected using `thread siginfo`.
314-
* Disassembly of unknown instructions now produces "<unknown>" instead of
314+
* Disassembly of unknown instructions now produces `<unknown>` instead of
315315
nothing at all
316316
* Changed the format of opcode bytes to match llvm-objdump when disassembling
317317
RISC-V code with `disassemble`'s `--byte` option.

0 commit comments

Comments
 (0)