From 4cb743ebbf310f5597ffbb7729acc562176b6f87 Mon Sep 17 00:00:00 2001 From: GyuMin Han <60285506+rbals0445@users.noreply.github.com> Date: Sun, 6 Feb 2022 15:30:55 +0900 Subject: first-class function (not parameter, arguments) (#3841) * first-class function Fix word 'argument' in right meaning --- files/ko/glossary/first-class_function/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko') diff --git a/files/ko/glossary/first-class_function/index.html b/files/ko/glossary/first-class_function/index.html index 682e94731c..ea74d55d67 100644 --- a/files/ko/glossary/first-class_function/index.html +++ b/files/ko/glossary/first-class_function/index.html @@ -10,7 +10,7 @@ tags: - 일급객체 translation_of: Glossary/First-class_Function --- -
함수를 다른 변수와 동일하게 다루는 언어는 일급 함수를 가졌다고 표현합니다. 예를 들어, 일급 함수를 가진 언어에서는 함수를 다른 함수에 매개변수로 제공하거나, 함수가 함수를 반환할 수 있으며, 변수에도 할당할 수 있습니다.
+함수를 다른 변수와 동일하게 다루는 언어는 일급 함수를 가졌다고 표현합니다. 예를 들어, 일급 함수를 가진 언어에서는 함수를 다른 함수에 인수로 제공하거나, 함수가 함수를 반환할 수 있으며, 변수에도 할당할 수 있습니다.