diff options
| -rw-r--r-- | lispref/sequences.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/sequences.texi b/lispref/sequences.texi index 982c9ffeadd..61387fe1e0c 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi | |||
| @@ -252,7 +252,7 @@ The length of the array is fixed once you create it; you cannot | |||
| 252 | change the length of an existing array. | 252 | change the length of an existing array. |
| 253 | 253 | ||
| 254 | @item | 254 | @item |
| 255 | for purposes of evaluation, the array is a constant---in other words, | 255 | For purposes of evaluation, the array is a constant---in other words, |
| 256 | it evaluates to itself. | 256 | it evaluates to itself. |
| 257 | 257 | ||
| 258 | @item | 258 | @item |