doc: Fix a pinch of typos in extend.texi
gcc/ChangeLog: * doc/extend.texi (C++ Concepts) <forall>: Remove extraneous parenthesis. Fix misnamed index entry. <concept>: Fix misnamed index entry.
This commit is contained in:
parent
7bafe652db
commit
da9140b90e
1 changed files with 3 additions and 3 deletions
|
@ -25460,12 +25460,12 @@ assumption is valid. For example, @code{assume(n > 0)}.
|
|||
@item axiom
|
||||
Introduces an axiom definition. Axioms introduce requirements on values.
|
||||
|
||||
@kindex axiom
|
||||
@kindex forall
|
||||
@item forall
|
||||
Introduces a universally quantified object in an axiom. For example,
|
||||
@code{forall (int n) n + 0 == n}).
|
||||
@code{forall (int n) n + 0 == n}.
|
||||
|
||||
@kindex axiom
|
||||
@kindex concept
|
||||
@item concept
|
||||
Introduces a concept definition. Concepts are sets of syntactic and semantic
|
||||
requirements on types and their values.
|
||||
|
|
Loading…
Add table
Reference in a new issue