redex: fix _ docs typo

This commit is contained in:
Burke Fetscher 2014-04-25 16:46:53 -05:00
parent 6341cb3026
commit a52cf43674

View File

@ -136,7 +136,7 @@ before the underscore.
}
@item{The @defpattech[_] @pattern matches any sexpression,
but does not bind $pattech[_] as a name, nor can it be suffixed to bind a name.
but does not bind @pattech[_] as a name, nor can it be suffixed to bind a name.
}
@item{The @defpattech[number] @pattern matches any number.