Skip to content

Commit d47ce08

Browse files
h-eastk-takata
andauthored
Update doc/eval.jax
Co-authored-by: K.Takata <[email protected]>
1 parent 0fe7130 commit d47ce08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/eval.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3045,7 +3045,7 @@ text...
30453045
let lconst[0] = 2 " Error!
30463046
let lconst[1][0] = 'b' " OK
30473047
< *E995*
3048-
:const を使用して既存の変数を指定するとエラーになる: >
3048+
:const を既存の変数に指定するとエラーになる: >
30493049
:let x = 1
30503050
:const x = 1 " エラー!
30513051
< *E996*

0 commit comments

Comments
 (0)