Skip to content
Snippets Groups Projects
Commit b930a0f0 authored by David Bühler's avatar David Bühler
Browse files

[Eva] Minor typo in comment.

parent 97c5bf83
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,7 @@ let package =
()
module ComputationState = struct
open Analysis
type t = computation_state
type t = Analysis.computation_state
let jtype =
Data.declare ~package
~name:"computationStateType"
......@@ -334,7 +333,7 @@ struct
let jtype =
Data.declare ~package
~name:"statusesEntry"
~descr:(Markdown.plain "Statuses count.œ")
~descr:(Markdown.plain "Statuses count.")
Package.(Jrecord [
"valid",Jnumber ;
"unknown",Jnumber ;
......
......@@ -80,7 +80,7 @@ val current_computation_state : unit -> computation_state
val register_computation_hook: ?on:computation_state ->
(computation_state -> unit) -> unit
(** Registers a hook that will be called each time the analysis starts or
finishes. If [on] is given, the hook will only be called when the
finishes. If [on] is given, the hook will only be called when the
analysis switches to this specific state. *)
val force_compute : unit -> unit
......
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