Skip to content

Commit 2c5124b

Browse files
mimosafashibukawa
authored andcommitted
fix
1 parent bdd462b commit 2c5124b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitive.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ TypeScriptで数値計算を行う場合、 ``Math`` オブジェクトの関数
388388
// シングルクオート、ダブルクオート、バッククオートでくくる
389389
console.log('hello world');
390390
391-
// 変数に代入。変数の型名はboolean
391+
// 変数に代入。変数の型名はstring
392392
const name: string = "future";
393393
394394
// 複数行

0 commit comments

Comments
 (0)