diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
commit | 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (patch) | |
tree | 3eabcb7c51657ecbaf7acb8e9de10af73e86d96c /files/ja/glossary/closure/index.html | |
parent | 6ef1fa4618e08426b874529619a66adbd3d1fcf0 (diff) | |
download | translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.gz translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.bz2 translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.zip |
unslug ja: modify
Diffstat (limited to 'files/ja/glossary/closure/index.html')
-rw-r--r-- | files/ja/glossary/closure/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ja/glossary/closure/index.html b/files/ja/glossary/closure/index.html index cf0931e091..9dcf110e99 100644 --- a/files/ja/glossary/closure/index.html +++ b/files/ja/glossary/closure/index.html @@ -1,11 +1,12 @@ --- title: Closure (クロージャ) -slug: Glossary/クロージャ +slug: Glossary/Closure tags: - CodingScripting - Glossary - 用語集 translation_of: Glossary/Closure +original_slug: Glossary/クロージャ --- <p>実行<strong>{{glossary("scope","範囲")}}</strong>を定義するバインディングのこと。{{glossary("JavaScript")}}では、<strong>{{glossary("function","関数")}}</strong>は閉じたコンテキストを作成します。</p> |