From 364f83bf170b66a33409938086c9a06d296a890a Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Sat, 28 Aug 2010 22:47:46 +0200 Subject: [PATCH 1/1] Fix a typo in the PL_keyword_plugin docs --- perlvars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perlvars.h b/perlvars.h index 3d37891..2619ac7 100644 --- a/perlvars.h +++ b/perlvars.h @@ -212,7 +212,7 @@ introduced by the keyword. See L for details. When a keyword is being handled, the plugin function must build a tree of C structures, representing the code that was parsed. The root of the tree must be stored in C<*op_ptr>. The function then -returns a contant indicating the syntactic role of the construct that +returns a constant indicating the syntactic role of the construct that it has parsed: C if it is a complete statement, or C if it is an expression. Note that a statement construct cannot be used inside an expression (except via C -- 1.8.3.1