diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-16 10:19:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-16 10:19:14 +0100 |
| commit | eb59d21c39bb91075d81ee8a9bbde83fe8205cfe (patch) | |
| tree | 38f664cd239ae4ccfcae1cc41b0d6fdd9bca5dd3 /README.md | |
| parent | 3ab215d3937317a2e42fddf31259de308885fccf (diff) | |
| download | toy-debugger-eb59d21c39bb91075d81ee8a9bbde83fe8205cfe.tar.gz | |
Fix typo in README.md
Corrected a typo in the project description.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # Toy Debugger This project demonstrates how to use the LLDB C++ API to build a very basic -debugger tool. +debugger. https://github.com/user-attachments/assets/677f69fd-c5fe-402c-9342-3304547b29aa |
