aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorGyuMin Han <60285506+rbals0445@users.noreply.github.com>2022-02-06 15:30:55 +0900
committerGitHub <noreply@github.com>2022-02-06 15:30:55 +0900
commit4cb743ebbf310f5597ffbb7729acc562176b6f87 (patch)
treed52b52bceb544b074833d8ae22bbc3b2711c3363 /files
parentbfce6d67030bc5293c8f631241ed0226dc1e5d14 (diff)
downloadtranslated-content-4cb743ebbf310f5597ffbb7729acc562176b6f87.tar.gz
translated-content-4cb743ebbf310f5597ffbb7729acc562176b6f87.tar.bz2
translated-content-4cb743ebbf310f5597ffbb7729acc562176b6f87.zip
first-class function (not parameter, arguments) (#3841)
* first-class function Fix word 'argument' in right meaning
Diffstat (limited to 'files')
-rw-r--r--files/ko/glossary/first-class_function/index.html2
1 files changed, 1 insertions, 1 deletions
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
---
-<p>함수를 다른 변수와 동일하게 다루는 언어는 <strong>일급 함수</strong>를 가졌다고 표현합니다. 예를 들어, 일급 함수를 가진 언어에서는 함수를 다른 함수에 매개변수로 제공하거나, 함수가 함수를 반환할 수 있으며, 변수에도 할당할 수 있습니다.</p>
+<p>함수를 다른 변수와 동일하게 다루는 언어는 <strong>일급 함수</strong>를 가졌다고 표현합니다. 예를 들어, 일급 함수를 가진 언어에서는 함수를 다른 함수에 인수로 제공하거나, 함수가 함수를 반환할 수 있으며, 변수에도 할당할 수 있습니다.</p>
<h2 id="예제_변수에_함수_할당">예제 | 변수에 함수 할당</h2>