mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-12 17:09:28 -05:00
Fix typo in examples/process.rs comment (#580)
This commit is contained in:
parent
7a480fd563
commit
d78dcd087f
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ where
|
||||||
|
|
||||||
use std::ffi::c_void;
|
use std::ffi::c_void;
|
||||||
|
|
||||||
// Dobule-box to get C-sized reference of Box<dyn HttpRequest>
|
// Double-box to get C-sized reference of Box<dyn HttpRequest>
|
||||||
let request = Box::new(request);
|
let request = Box::new(request);
|
||||||
|
|
||||||
// Local scope for temporary handles.
|
// Local scope for temporary handles.
|
||||||
|
|
Loading…
Reference in a new issue