Skip to content

Commit a393782

Browse files
committed
correct error in example
1 parent 4e675bd commit a393782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compatibility-doc/mzlib/scribblings/pconvert.scrbl

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ value of the parameter is @racket[#f].}
8686
hash are printed with @racketidfont{cons} or
8787
@racketidfont{list}. The initial value of the parameter is
8888
@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)))].
89+
converts to @racket['(make-immutable-hash (list (cons 'y 2) (cons 'x 1)))].
9090

9191
@history[#:added "1.2"]
9292
}

0 commit comments

Comments
 (0)