Skip to content

Commit

Permalink
Use consistent capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 20, 2020
1 parent 80a4ada commit 4e9178f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Compiler.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Perl6::Compiler is HLL::Compiler {
method version_string() {
"Welcome to ๐‘๐š๐ค๐ฎ๐๐จโ„ข v"
~ self.config()<version>
~ ".\nImplementing the ๐‘๐š๐ค๐ฎโ„ข programming Language v"
~ ".\nImplementing the ๐‘๐š๐ค๐ฎโ„ข programming language v"
~ self.language_version()
~ ".\nBuilt on "
~ nqp::getattr(self,HLL::Compiler,'$!backend').version_string()
Expand Down

0 comments on commit 4e9178f

Please sign in to comment.