We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a71d5c commit 2b382e6Copy full SHA for 2b382e6
wit/bindgen/generator.go
@@ -2444,8 +2444,8 @@ var replacer = strings.NewReplacer(
2444
"%", "",
2445
// The below replacements will ensure that worlds generated from the package name
2446
// follow WIT identifier rules disallowing words to begin with a digit
2447
- // and still allow package names to use semver.
2448
- // For example, the package `wasi:io/imports@0.2.0-rc-2023-11-10` used to generate the following world:
+ // and still allow package names to use semver. For example, the package
+ // `wasi:io/imports@0.2.0-rc-2023-11-10` will be used to generate the following world:
2449
//
2450
// world wasi-io-WORLD-imports-v020-rc-x2023-x11-x10`{
2451
// ...
0 commit comments