Skip to content

Commit

Permalink
Minor fix in java docs. (cvc5#11342)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniemetz authored Nov 6, 2024
1 parent 6ba9aa3 commit a3f0848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/java/io/github/cvc5/Solver.java
Original file line number Diff line number Diff line change
Expand Up @@ -3129,7 +3129,7 @@ public void pop(int nscopes) throws CVC5ApiException
*
* SMT-LIB:
* {@code
* ( get-interpolant <xsymbol> <conj> )
* ( get-interpolant <symbol> <conj> )
* }
*
* @api.note In SMT-LIB, {@code <symbol>} assigns a symbol to the interpolant.
Expand Down

0 comments on commit a3f0848

Please sign in to comment.