3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Merge pull request #1974 from waywardmonkeys/fix-ocaml-typo

Fix typo in OCaml API docs.
This commit is contained in:
Nikolaj Bjorner 2018-11-27 10:37:24 -08:00 committed by GitHub
commit 4bbf90c57f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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