mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
LibWeb: Fix typo in spec url
This commit is contained in:
committed by
Jelle Raaijmakers
parent
aa44d254a4
commit
6c143049b3
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user