remove matrix-set-bang from documentation; Closes PR 13264

This commit is contained in:
Matthias Felleisen 2012-11-15 10:44:36 -05:00
parent 2984f939ed
commit 9af2c9de5d

View File

@ -75,8 +75,5 @@ renders this matrix @racket[m] as a rectangle of strings}
matrix?]{
creates a matrix minor from @racket[m] at (@racket[i],@racket[j])}
@defproc[(matrix-set! [m matrix?][i (and/c natural-number/c (</c (matrix-rows m)))][j (and/c natural-number/c (</c (matrix-rows m)))]
[x any/c])
matrix?]{
like @racket[matrix-set] but uses a destructive update}
@;defproc[(matrix-set! [m matrix?][i (and/c natural-number/c (</c (matrix-rows m)))][j (and/c natural-number/c (</c (matrix-rows m)))] [x any/c]) matrix?]{like @racket[matrix-set] but uses a destructive update}