branch: externals/beardbolt
commit 5cecc2fb67e4db67f43f5e02767177328dbb65c7
Author: Stig Brautaset <[email protected]>
Commit: Stig Brautaset <[email protected]>
Fix typo in README
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 47e423c93f..85c544e6d7 100644
--- a/README.org
+++ b/README.org
@@ -5,7 +5,7 @@ A supercharged implementation of the
[[https://github.com/mattgodbolt/compiler-e
RMSBolt tries to make it easy to see what your compiler is doing. It does this
by showing you the assembly output of a given source code file. It also
highlights which source code a given assembly block corresponds to, and vice
-versa. It supports more types of languages than any previous tool of it's kind.
+versa. It supports more types of languages than any previous tool of its kind.
* Why RMSbolt over godbolt?