Skip to content

Commit

Permalink
Correct typo in description of case macro
Browse files Browse the repository at this point in the history
  • Loading branch information
teeghee authored and burgerrg committed May 22, 2019
1 parent 23833c7 commit b9ad8fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions LOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion csug/control.stex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9ad8fc

Please sign in to comment.