Skip to content

Commit 1e22da3

Browse files
authored
Update ocaml_intf.rs
1 parent f1215cb commit 1e22da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ocaml_intf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub fn read_poll(
106106
// # Safety
107107
//
108108
// it is unclear why this function is unsafe from the ocaml-rs docs
109-
// but we assume the caller must ensure the gc is valid, and we conver the
109+
// but we assume the caller must ensure the gc is valid, and we convert the
110110
// path and int for the caller, so there is no risk they coerced a bad
111111
// value into an ocaml::Value
112112
Ok(unsafe { read_poll_ml(gc, cursor, interval as ocaml::Float) }?.into_vec())

0 commit comments

Comments
 (0)