mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 05:48:44 +00:00
Fix typo in documentation
Signed-off-by: Alex Horn <t-alexh@microsoft.com>
This commit is contained in:
parent
efaba8eb40
commit
e576ca50bf
|
@ -88,7 +88,7 @@ namespace datalog {
|
||||||
typedef typename Traits::signature signature; //this must be a vector-like type
|
typedef typename Traits::signature signature; //this must be a vector-like type
|
||||||
|
|
||||||
/**
|
/**
|
||||||
The client submits an initial class to be used as a base for signature. Then we excend it by
|
The client submits an initial class to be used as a base for signature. Then we extend it by
|
||||||
the common signature methods into a signature_base class which then the client inherits from
|
the common signature methods into a signature_base class which then the client inherits from
|
||||||
to obtain the actual signature class.
|
to obtain the actual signature class.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue