Correct typo in description of case macro

original commit: b9ad8fc8db91218fcf81044af84ddc0773b221b5
This commit is contained in:
Taekyung 2019-05-21 08:49:49 +09:00 committed by Bob Burger
parent 17f0052f45
commit e9feda26f8
2 changed files with 3 additions and 1 deletions

2
LOG
View File

@ -1361,3 +1361,5 @@
BUILDING, .travis*, wininstall/Makefile BUILDING, .travis*, wininstall/Makefile
- fix multiply of -2^30 with itself on 64-bit platforms - fix multiply of -2^30 with itself on 64-bit platforms
number.c, 5_3.ms, release_notes.stex number.c, 5_3.ms, release_notes.stex
- fixed typo in description of case macro
csug/control.stex

View File

@ -93,7 +93,7 @@ be reordered to put those that are most frequently executed first.
[i 1] [i 1]
[ii 2] [ii 2]
[iii 3] [iii 3]
[(iiii iv) 3] [(iiii iv) 4]
[else 'out-of-range])) ;=> 2 [else 'out-of-range])) ;=> 2
(define p (define p