Skip to content

Commit

Permalink
Add missing hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinConlon authored and serge-sans-paille committed Apr 8, 2020
1 parent af11c55 commit 59dd625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object files. Tools include an assembler, disassembler, bitcode analyzer, and
bitcode optimizer. It also contains basic regression tests.

C-like languages use the [Clang](http://clang.llvm.org/) front end. This
component compiles C, C++, Objective C, and Objective C++ code into LLVM bitcode
component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode
-- and from there into object files, using LLVM.

Other components include:
Expand Down

0 comments on commit 59dd625

Please sign in to comment.