From e2b21157222f4c0bc59e2aabf9c386119192fba7 Mon Sep 17 00:00:00 2001 From: Psychpsyo Date: Sat, 23 Nov 2024 02:34:07 +0100 Subject: [PATCH] LibWeb: Fix spec link in FlexFormattingContext --- Libraries/LibWeb/Layout/FlexFormattingContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/LibWeb/Layout/FlexFormattingContext.cpp b/Libraries/LibWeb/Layout/FlexFormattingContext.cpp index cecdf2d476b..7b06113da79 100644 --- a/Libraries/LibWeb/Layout/FlexFormattingContext.cpp +++ b/Libraries/LibWeb/Layout/FlexFormattingContext.cpp @@ -1201,7 +1201,7 @@ void FlexFormattingContext::calculate_cross_size_of_each_flex_line() } } -// https://www.w3.org/TR/css-flexbox-1/#cross-sizing +// https://www.w3.org/TR/css-flexbox-1/#algo-stretch void FlexFormattingContext::determine_used_cross_size_of_each_flex_item() { for (auto& flex_line : m_flex_lines) {