From 341a7662cd3f54f954db521b167a1535deb61980 Mon Sep 17 00:00:00 2001 From: Paul Adenot Date: Mon, 12 Jan 2026 15:59:35 +0100 Subject: [PATCH] Add explicit step for empty langs in install() algorithm The prose already stated that install() should resolve to false when langs is empty, but the algorithm steps didn't include an explicit check. This aligns the algorithm with the prose description. Fixes #174 --- index.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/index.bs b/index.bs index b28088a..458c5b5 100644 --- a/index.bs +++ b/index.bs @@ -408,6 +408,7 @@ See