Skip to content

Commit

Permalink
Remove accidental markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDaniel committed Sep 27, 2019
1 parent dd8dcd5 commit dc7f451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solutions/language/PATH-TO-RAKU.md
Expand Up @@ -8,7 +8,7 @@ cooperation. It will affect people in foreseen and unforeseen ways.

## Language changes

### .perl
### `.perl`

The `.perl` method should be deprecated in 6.f, and removed in 6.g. It
should be replaced by a `.raku` method, which will be specified in 6.e
Expand All @@ -28,7 +28,7 @@ Renaming to `.code` currently clashes with `CallFrame.code`, visually clashes
with the `.codes` method, and it being a generic name, probably also clashes
with CPAN and DarkPan Perl 6 modules.

### Perl and $*PERL
### `Perl` and `$*PERL`

`$*RAKU` and the `Raku` class will be the replacement of `$*PERL` and the
`Perl` class, which initially will just be aliases. At a language boundary
Expand Down

0 comments on commit dc7f451

Please sign in to comment.