diff options
Diffstat (limited to 'src/sandbox.rs')
-rw-r--r-- | src/sandbox.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sandbox.rs b/src/sandbox.rs index 4ea8de98..598a7625 100644 --- a/src/sandbox.rs +++ b/src/sandbox.rs @@ -115,8 +115,8 @@ pub trait Sandbox { /// Runs the [`Sandbox`]. /// - /// This method will take control of the current thread and __will NOT - /// return__. + /// On native platforms, this method will take control of the current thread + /// and __will NOT return__. /// /// It should probably be that last thing you call in your `main` function. /// |