diff --git a/hash-bang-syntax.scm b/hash-bang-syntax.scm index 2d4e456..161753e 100644 --- a/hash-bang-syntax.scm +++ b/hash-bang-syntax.scm @@ -52,7 +52,7 @@ (id optional) (role keyword) -(description "start optional arguments in lambda list [SRFI 89]") +(description "start optional arguments in lambda list [SRFI 89, MIT Scheme]") (id err5rs) (role directive) @@ -80,7 +80,7 @@ (id rest) (role keyword) -(description "start rest argument in lambda list [SRFI 89]") +(description "start rest argument in lambda list [SRFI 89, MIT Scheme]") (id true) (role object)