3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 21:08:46 +00:00

Fix typo in documentation

Signed-off-by: Alex Horn <t-alexh@microsoft.com>
This commit is contained in:
Alex Horn 2015-05-12 14:24:59 +01:00
parent efaba8eb40
commit e576ca50bf

View file

@ -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.
*/