We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e675bd commit a393782Copy full SHA for a393782
compatibility-doc/mzlib/scribblings/pconvert.scrbl
@@ -86,7 +86,7 @@ value of the parameter is @racket[#f].}
86
hash are printed with @racketidfont{cons} or
87
@racketidfont{list}. The initial value of the parameter is
88
@racket[#f], meaning that a hash table like @racket[(hash 'x 1 'y 2)]
89
- converts to @racket['(make-hash (list (list 'x 1) (list 'y 1)))].
+ converts to @racket['(make-immutable-hash (list (cons 'y 2) (cons 'x 1)))].
90
91
@history[#:added "1.2"]
92
}
0 commit comments