LibWeb: Fix typo in spec url

This commit is contained in:
Tete17
2025-11-22 01:23:09 +01:00
committed by Jelle Raaijmakers
parent aa44d254a4
commit 6c143049b3

View File

@@ -1212,7 +1212,7 @@ SupportedAlgorithmsMap& supported_algorithms_internal()
return s_supported_algorithms;
}
// https://w3c.github.io/webcrypto/#algorithm-normalization-internalS
// https://w3c.github.io/webcrypto/#algorithm-normalization-internal
SupportedAlgorithmsMap const& supported_algorithms()
{
auto& internal_object = supported_algorithms_internal();