mirror of
https://github.com/Z3Prover/z3
synced 2025-12-08 12:53:25 +00:00
Fix typos.
This commit is contained in:
parent
54ba25175c
commit
ae8027e594
23 changed files with 67 additions and 67 deletions
|
|
@ -25,7 +25,7 @@ namespace spacer {
|
|||
|
||||
class spacer_matrix {
|
||||
public:
|
||||
spacer_matrix(unsigned m, unsigned n); // m rows, n colums
|
||||
spacer_matrix(unsigned m, unsigned n); // m rows, n columns
|
||||
|
||||
unsigned num_rows();
|
||||
unsigned num_cols();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue