mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Fix typo in documentation
Signed-off-by: Alex Horn <t-alexh@microsoft.com>
This commit is contained in:
parent
efaba8eb40
commit
e576ca50bf
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ namespace datalog {
|
|||
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
|
||||
to obtain the actual signature class.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue