Skip to content

Commit b5f3cfd

Browse files
authored
Merge pull request #103 from kesoji/patch-2
Update primitive.rst
2 parents 4e95b14 + edbbbf8 commit b5f3cfd

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
@@ -515,7 +515,7 @@ printfのような数値の変換などのフォーマットはなく、あく
515515
.. code-block:: js
516516
517517
// 古いコード
518-
console.log("[Debug]:" + variable);
518+
console.log("[Debug]: " + variable);
519519
520520
// 新しいコード
521521
console.log(`[Debug]: ${variable}`);

0 commit comments

Comments
 (0)