Skip to content

Commit b7d5e89

Browse files
peterhuenerylev
andauthored
Update crates/wac-types/src/component.rs
Co-authored-by: Ryan Levick <me@ryanlevick.com>
1 parent a94f2ae commit b7d5e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wac-types/src/component.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ impl fmt::Display for FuncKind {
791791
pub struct ResourceAlias {
792792
/// The foreign owning interface for the resource.
793793
///
794-
/// This may be `None` if the resource does not have a foreign interface owner.
794+
/// This may be `None` if the resource does not have a foreign interface owner such as in a world or when aliasing within the same interface.
795795
#[cfg_attr(feature = "serde", serde(skip_serializing_if = "Option::is_none"))]
796796
pub owner: Option<InterfaceId>,
797797
/// The id of the resource that was aliased.

0 commit comments

Comments
 (0)