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 69a9bbdCopy full SHA for 69a9bbd
wit/bindgen/generator.go
@@ -2445,7 +2445,8 @@ var replacer = strings.NewReplacer(
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/[email protected]` used to generate the following world:
+ // For example, the package `wasi:io/[email protected]` will be used to
2449
+ // generate the following world:
2450
//
2451
// world wasi-io-WORLD-imports-v020-rc-x2023-x11-x10`{
2452
// ...
0 commit comments