Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Update lucet-runtime/lucet-runtime-internals/src/instance.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: iximeow <git@iximeow.net>
  • Loading branch information
cratelyn and iximeow authored Mar 30, 2020
1 parent 67c6677 commit 0025a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lucet-runtime/lucet-runtime-internals/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ impl Instance {
///
/// This will also reinitialize the kill state, which means that any outstanding
/// [`KillSwitch`](struct.KillSwitch.html) objects will be unable to terminate this instance.
/// It is the embedder's responsibility to initialize new killswitches after resetting an
/// It is the embedder's responsibility to initialize new `KillSwitch`es after resetting an
/// instance.
///
/// # Safety
Expand Down

0 comments on commit 0025a01

Please sign in to comment.