Skip to content
Snippets Groups Projects
Commit 2e0a3472 authored by Loïc Correnson's avatar Loïc Correnson Committed by Allan Blanchard
Browse files

[doc] Fix few typos

parent b53dbd3a
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ end
Conversely, some functions, suffixed by [_under] assumes that their arguments
are under-approximations, and returns a result that under-approximates the
concrete operation. The functions [link] and [meet] in
{! With_Under_Approximation} are exceptions, that are not suffixed by [_under].
{!With_Under_Approximation} are exceptions, that are not suffixed by [_under].
Finally, some functions are *exact*, in the sense that they preserve the
concretization of the concrete function. Hence, they implement
......
......@@ -2043,7 +2043,9 @@ val is_empty_funspec: funspec -> bool
val is_empty_behavior: funbehavior -> bool
(* ************************************************************************* *)
(** {2 ALPHA conversion has been moved to the Alpha module} *)
(** {2 Renaming} *)
(** See also the {!Alpha} module for other renaming operations. *)
(* ************************************************************************* *)
(** Assign unique names to local variables. This might be necessary after you
......
......@@ -98,7 +98,7 @@ module Configuration: sig
(** Sets a ConfigInt *)
val find_bool : ?default:bool -> string -> bool
(** Same as {! find_int}. *)
(** Same as {!find_int}. *)
val use_bool: string -> (bool -> unit) -> unit
(** Same as {!use_int}. *)
......
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