branch: externals/beardbolt commit 7e25ed58f2cada4fcf42bcd6c558efb5f79abdc8 Merge: cfe809f979 5cecc2fb67 Author: Jay Kamat <jaygka...@gmail.com> Commit: Jay Kamat <jaygka...@gmail.com>
Merge branch 'patch-1' into 'master' Fix typo in README See merge request jgkamat/rmsbolt!1 --- 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?