diff --git a/wit-0.3.0-draft/types.wit b/wit-0.3.0-draft/types.wit index 3a7915c..e6b0685 100644 --- a/wit-0.3.0-draft/types.wit +++ b/wit-0.3.0-draft/types.wit @@ -152,8 +152,7 @@ interface types { /// - /// - /// - - @since(version = 0.3.0-rc-2025-08-15) - create: static func(address-family: ip-address-family) -> result; + constructor(address-family: ip-address-family) -> result; /// Bind the socket to the provided IP address and port. /// @@ -511,8 +510,7 @@ interface types { /// - /// - /// - - @since(version = 0.3.0-rc-2025-08-15) - create: static func(address-family: ip-address-family) -> result; + constructor(address-family: ip-address-family) -> result; /// Bind the socket to the provided IP address and port. ///