diff options
author | ui <mdr.crew.1219@gmail.com> | 2021-08-21 17:24:57 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-08-21 17:44:39 +0900 |
commit | b386cbc9c9913c9c7ab574322e33a67045686b49 (patch) | |
tree | 4a99945f7b4260b8d2f4cb50b514cdaf1ba68332 /files/ja/glossary/static_typing | |
parent | 42576d08318d3d825fea7b41d0de5fa11f798318 (diff) | |
download | translated-content-b386cbc9c9913c9c7ab574322e33a67045686b49.tar.gz translated-content-b386cbc9c9913c9c7ab574322e33a67045686b49.tar.bz2 translated-content-b386cbc9c9913c9c7ab574322e33a67045686b49.zip |
fix: インデントを修正
Diffstat (limited to 'files/ja/glossary/static_typing')
-rw-r--r-- | files/ja/glossary/static_typing/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/glossary/static_typing/index.html b/files/ja/glossary/static_typing/index.html index 3f76dc9bba..a12e8c98bd 100644 --- a/files/ja/glossary/static_typing/index.html +++ b/files/ja/glossary/static_typing/index.html @@ -5,7 +5,7 @@ tags: - CodingScripting - Glossary - Type - translation_of: Glossary/Static_typing +translation_of: Glossary/Static_typing --- <p><strong>静的型付け</strong>言語(例えば、Java, C, または C++ )とは、コンパイル時に変数の型がわかる言語です。静的型付け言語の多くは、プログラマが明示的に型を指定しなければなりませんが、OCamlのように型推論によってプログラマが変数の型を指定しなくてもよい場合もあります。</p> |