Skip to content

Commit 3368f3a

Browse files
committed
internal/wasmserveutil: fix comments
1 parent 8f35153 commit 3368f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/wasmserveutil/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func WasmExecJSURL(goVersion string) (string, error) {
2424
goVersion += ".0"
2525
}
2626

27-
// The directory name was changed from `misc` to `lib` at Go 1.23.
27+
// The directory name was changed from `misc` to `lib` at Go 1.24.
2828
dir := "lib"
2929
if minor <= 23 {
3030
dir = "misc"

0 commit comments

Comments
 (0)