Skip to content

Commit 98fa936

Browse files
committed
Improve comment in Obj about set_field-like operations
1 parent 9e7bec8 commit 98fa936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/obj.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ external field : t -> int -> t = "%obj_field"
3838
operation should be safe. Such uses are nonetheless discouraged.
3939
4040
For experts only:
41-
[set_field] can be made safe by first wrapping the block in
41+
[set_field] et al can be made safe by first wrapping the block in
4242
[Sys.opaque_identity], so any information about its contents will not
4343
be propagated.
4444
*)

0 commit comments

Comments
 (0)