Skip to content
Snippets Groups Projects
Commit 6e49aeb2 authored by Julien Girard-Satabin's avatar Julien Girard-Satabin
Browse files

Correct typos

Co-authored-by: default avatarMichele Alberti <michele.alberti@cea.fr>
parent b9af2841
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ module Problem : sig
theories:string list ->
File.t ->
t
(** [of_file defs goals file] build a Problem {!t} to be fed with a query to
(** [of_file defs goals file] builds a {!Problem.t} to be fed with a query to
CAISAR. This function only builds GenericProblem with this function. *)
end
......@@ -147,7 +147,7 @@ module Answer : sig
id : Why3.Decl.prsymbol;
prover_answer : prover_answer;
additional_info : string option;
(*Additional information outputted by the prover*)
(* Additional information provided by the prover *)
}
[@@deriving to_yojson, show]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment