Skip to content

Commit

Permalink
Corrections suggested by D.Carlisle
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller committed Oct 31, 2024
1 parent ab18ecf commit 02710c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/intent.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h3 id="intent_using">Using Intent Concepts and Properties</h3>
match. If arguments were given explicitly in the <code class="attribute">intent</code>
then their number gives the arity, and the fixity is determined from an explicit property
or may default from the concept dictionary. Otherwise, arity is assumed to be 0.</p>
<p>An concept is considered a <dfn id="intent_known_concept">known concept</dfn> (to the AT)
<p>A concept is considered a <dfn id="intent_known_concept">known concept</dfn> (to the AT)
when the normalized name, the fixity property, and the arity
all match an entry in the AT's concept dictionary.
The speech hint in the matching entry
Expand Down Expand Up @@ -336,8 +336,8 @@ <h3 id="intent_using">Using Intent Concepts and Properties</h3>
This can be a useful technique, especially for large constructs such as tables as
it allows the children to be inferred without needing to be
explicitly referenced in the `intent` as would be the case with an <i>applicaton</i>.
For example, `&lt;mtable intent=":array">...` might read the table as
an array of values, whereas `&lt;mtable intent=":aligned-equations">...`
For example, `&lt;mtable intent=":matrix">...` might read the table as
an array of values, whereas `&lt;mtable intent=":system-of-equations">...`
might read the table in a style more appropriate for a list of
equations. In both cases the navigation of the underlying table
structure can be supplied by the AT system, as it would for an
Expand Down

0 comments on commit 02710c3

Please sign in to comment.