Skip to content

Commit

Permalink
Update borrowed_instance.rs
Browse files Browse the repository at this point in the history
Signed-off-by: NeoByteX <[email protected]>
  • Loading branch information
NeoByteXx authored Feb 20, 2025
1 parent 9e72126 commit 92080ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-witty/src/runtime/borrowed_instance.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

//! Implementations of Wasm instance related traits to mutable borrows of instances.
//! Implementations of Wasm instance-related traits for mutable borrows of instances.
//!
//! This allows using the same traits without having to move the type implementation around, for
//! example as parameters in reentrant functions.
Expand Down

0 comments on commit 92080ac

Please sign in to comment.