diff options
author | N. Engelhardt <nak@symbioticeda.com> | 2020-03-23 12:33:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 12:33:05 +0100 |
commit | eb2bf340fb46c263c869ff7ce3083864f931c4fb (patch) | |
tree | 23fa1a25cfed67d0e71c0ea63306931c09db02f2 /manual | |
parent | 91d12f4d595fe12db4cf4774552f1a9b5481cc28 (diff) | |
parent | b08932cb81ed16d1abbb0b2baf0ceb4060099142 (diff) | |
download | yosys-eb2bf340fb46c263c869ff7ce3083864f931c4fb.tar.gz yosys-eb2bf340fb46c263c869ff7ce3083864f931c4fb.tar.bz2 yosys-eb2bf340fb46c263c869ff7ce3083864f931c4fb.zip |
Merge pull request #1805 from hofstee/master
fix typo in `write_smt2` help
Diffstat (limited to 'manual')
-rw-r--r-- | manual/command-reference-manual.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/command-reference-manual.tex b/manual/command-reference-manual.tex index bed6326e2..4925defe3 100644 --- a/manual/command-reference-manual.tex +++ b/manual/command-reference-manual.tex @@ -5350,7 +5350,7 @@ never transition from a non-zero value to a zero value. For this proof we create the following template (test.tpl). - ; we need QF_UFBV for this poof + ; we need QF_UFBV for this proof (set-logic QF_UFBV) ; insert the auto-generated code here |