Skip to content

Commit

Permalink
Fix Grammar and Clarity in Documentation Comments (#3381)
Browse files Browse the repository at this point in the history
Fix typos

---------

Signed-off-by: NeoByteX <[email protected]>
  • Loading branch information
NeoByteXx authored Feb 21, 2025
1 parent fb96a12 commit 4f3e9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linera-witty/src/primitive_types/simple_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use super::FlatType;

/// Marker trait to prevent [`SimpleType`] to be implemented for other types.
/// Marker trait to prevent [`SimpleType`] from being implemented for other types.
pub trait Sealed {}

/// Primitive fundamental WIT types.
Expand Down
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 4f3e9e8

Please sign in to comment.