Skip to content

Commit b65abb0

Browse files
committed
Fixs meta, refs #3024
1 parent 3825edb commit b65abb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/faq.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ X<|Rakudo Star release cycle (FAQ)>
790790
A Rakudo Star release is typically produced quarterly, with release
791791
announcements L<posted on rakudo.org|https://rakudo.org/posts>.
792792
793-
=head1 Meta questions and advocacy
793+
=head1 Metaquestions and advocacy
794794
795795
=head2 Why is Perl 6 called Perl?
796796
@@ -846,9 +846,9 @@ variables.
846846
=item Powerful object orientation, with classes and roles (everything can be
847847
seen as an object). Inheritance. Subtyping. Code-reuse.
848848
849-
=item Introspection into objects and meta-objects (turtles all the way down).
849+
=item Introspection into objects and metaobjects (turtles all the way down).
850850
851-
=item Meta Object Protocol allowing for meta-programming without needing to
851+
=item MetaObject Protocol allowing for metaprogramming without needing to
852852
generate / parse code.
853853
854854
=item Subroutine and method signatures for easy unpacking of positional and

0 commit comments

Comments
 (0)