Correct typo in description of case macro
original commit: b9ad8fc8db91218fcf81044af84ddc0773b221b5
This commit is contained in:
parent
17f0052f45
commit
e9feda26f8
2
LOG
2
LOG
|
@ -1361,3 +1361,5 @@
|
|||
BUILDING, .travis*, wininstall/Makefile
|
||||
- fix multiply of -2^30 with itself on 64-bit platforms
|
||||
number.c, 5_3.ms, release_notes.stex
|
||||
- fixed typo in description of case macro
|
||||
csug/control.stex
|
||||
|
|
|
@ -93,7 +93,7 @@ be reordered to put those that are most frequently executed first.
|
|||
[i 1]
|
||||
[ii 2]
|
||||
[iii 3]
|
||||
[(iiii iv) 3]
|
||||
[(iiii iv) 4]
|
||||
[else 'out-of-range])) ;=> 2
|
||||
|
||||
(define p
|
||||
|
|
Loading…
Reference in New Issue
Block a user