diff --git a/spec.html b/spec.html index 7f1c154eb8..f31a6b5faa 100644 --- a/spec.html +++ b/spec.html @@ -896,7 +896,7 @@

Syntax-Directed Operations

Invoking Syntax-Directed Operations

-

Syntax-directed operations are invoked with a Parse Node and, optionally, other parameters by using the conventions on steps , , and in the following algorithm:

+

Syntax-directed operations are invoked with a Parse Node (referred to below as “the subject Parse Node”) and, optionally, other parameters. Invocations use the conventions on steps , , and in the following algorithm:

1. [id="step-sdo-invocation-example-1"] Let _status_ be SyntaxDirectedOperation of |SomeNonTerminal|. 1. Let _someParseNode_ be the parse of some source text.