From c930e89ec8b9298ad433810f0c80ce08972ae8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Thu, 31 Jul 2025 16:07:43 +0100 Subject: [PATCH] [expr.prim.lambda.closure] Use "incomplete" instead of "not complete". The former is a defined term. --- source/expressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/expressions.tex b/source/expressions.tex index edd0ad8654..807fc37037 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -2208,7 +2208,7 @@ whose properties are described below. \pnum -The closure type is not complete +The closure type is incomplete until the end of its corresponding \grammarterm{compound-statement}. \pnum