This PR updates the documentation comment for checkHostName in lib/std/crypto/Certificate.zig.
The previous comment mentioned support for partial wildcards (e.g. f*.com), but the implementation and existing RFC 6125–based tests explicitly do not allow them. This change aligns the comment with the actual behavior, which only supports full-label wildcards such as *.example.com.
Since this change only affects comments, no local tests were run.
Fixes #30698
This PR updates the documentation comment for checkHostName in lib/std/crypto/Certificate.zig.
The previous comment mentioned support for partial wildcards (e.g. f*.com), but the implementation and existing RFC 6125–based tests explicitly do not allow them. This change aligns the comment with the actual behavior, which only supports full-label wildcards such as *.example.com.
Since this change only affects comments, no local tests were run.
Fixes https://codeberg.org/ziglang/zig/issues/30698