Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixs meta, refs #3024
  • Loading branch information
JJ committed Sep 14, 2019
1 parent 3825edb commit b65abb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Language/faq.pod6
Expand Up @@ -790,7 +790,7 @@ X<|Rakudo Star release cycle (FAQ)>
A Rakudo Star release is typically produced quarterly, with release
announcements L<posted on rakudo.org|https://rakudo.org/posts>.
=head1 Meta questions and advocacy
=head1 Metaquestions and advocacy
=head2 Why is Perl 6 called Perl?
Expand Down Expand Up @@ -846,9 +846,9 @@ variables.
=item Powerful object orientation, with classes and roles (everything can be
seen as an object). Inheritance. Subtyping. Code-reuse.
=item Introspection into objects and meta-objects (turtles all the way down).
=item Introspection into objects and metaobjects (turtles all the way down).
=item Meta Object Protocol allowing for meta-programming without needing to
=item MetaObject Protocol allowing for metaprogramming without needing to
generate / parse code.
=item Subroutine and method signatures for easy unpacking of positional and
Expand Down

0 comments on commit b65abb0

Please sign in to comment.