mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
Fix typo in OCaml API docs.
This commit is contained in:
parent
4686429318
commit
7fb0106ead
|
@ -3477,6 +3477,6 @@ val disable_trace : string -> unit
|
|||
(** Memory management **)
|
||||
module Memory :
|
||||
sig
|
||||
(** Reset all allocated resourced **)
|
||||
(** Reset all allocated resources **)
|
||||
val reset : unit -> unit
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue