Skip to content

Commit 1dd99bf

Browse files
authored
Merge pull request #150 from mmatsumoto1026/fix/add-a-particle-in-variable
fix(variable): add a particle in variable
2 parents fbcc8d7 + c5ce6d3 commit 1dd99bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variable.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ TypeScriptとJavaScriptの一番の違いは型です。型が登場する場面
3737
name = "小動物";
3838
}
3939
40-
なお、JavaScriptと異なり、未定義の変数に代入すると、エラーなります
40+
なお、JavaScriptと異なり、未定義の変数に代入すると、エラーになります
4141

4242
.. code-block:: ts
4343

0 commit comments

Comments
 (0)