We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1215cb commit 1e22da3Copy full SHA for 1e22da3
src/ocaml_intf.rs
@@ -106,7 +106,7 @@ pub fn read_poll(
106
// # Safety
107
//
108
// 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
+ // but we assume the caller must ensure the gc is valid, and we convert the
110
// path and int for the caller, so there is no risk they coerced a bad
111
// value into an ocaml::Value
112
Ok(unsafe { read_poll_ml(gc, cursor, interval as ocaml::Float) }?.into_vec())
0 commit comments