diff --git a/doc/Language/glossary.pod6 b/doc/Language/glossary.pod6 index 1059fc816..c7dd9254f 100644 --- a/doc/Language/glossary.pod6 +++ b/doc/Language/glossary.pod6 @@ -733,7 +733,7 @@ X<|Not Quite Perl> NQP is a primitive language for writing subroutines and methods using a subset of the PerlĀ 6 syntax. It's not intended to be a full-fledged programming language, nor does it provide a runtime environment beyond -the basic VM primitives. Compilers (such as L<#Rakudo> typically use +the basic VM primitives. Compilers (such as L<#Rakudo>) typically use NQP to compile action methods that convert a parse tree into its equivalent abstract syntax tree representation.