From ae9c1bbec0d759fa011e818432ca9b95a8ffc6c0 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Sat, 27 Sep 2025 11:06:41 +0200 Subject: [PATCH] [concepts.callable.general] Replace "function objects" with "callable types" --- source/concepts.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/concepts.tex b/source/concepts.tex index 4d848e8fd6..de88ff70dd 100644 --- a/source/concepts.tex +++ b/source/concepts.tex @@ -1222,8 +1222,8 @@ \rSec2[concepts.callable.general]{General} \pnum -The concepts in \ref{concepts.callable} describe the requirements on function -objects\iref{function.objects} and their arguments. +The concepts in \ref{concepts.callable} describe the requirements on +callable types\iref{func.def} and their arguments. \rSec2[concept.invocable]{Concept \cname{invocable}}