Skip to content

Commit

Permalink
flambda-backend: Missed comment from PR802 (ocaml#887)
Browse files Browse the repository at this point in the history
Comment
  • Loading branch information
mshinwell authored Oct 12, 2022
1 parent 9469765 commit 25188da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/stdlib.mli
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exception Out_of_memory
(** Exception raised by functions such as those for array and bigarray
creation when there is insufficient memory. Failure to allocate
memory during garbage collection causes a fatal error, unlike in
previous versions. *)
previous versions, where it did not always do so. *)

exception Stack_overflow
(** Exception raised by the bytecode interpreter when the evaluation
Expand Down

0 comments on commit 25188da

Please sign in to comment.