We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7bec8 commit 98fa936Copy full SHA for 98fa936
stdlib/obj.mli
@@ -38,7 +38,7 @@ external field : t -> int -> t = "%obj_field"
38
operation should be safe. Such uses are nonetheless discouraged.
39
40
For experts only:
41
- [set_field] can be made safe by first wrapping the block in
+ [set_field] et al can be made safe by first wrapping the block in
42
[Sys.opaque_identity], so any information about its contents will not
43
be propagated.
44
*)
0 commit comments