Merge pull request #3799 from infancy/master

[racket/zh-cn] fix typo
This commit is contained in:
Max Schumacher 2020-01-28 19:01:00 +01:00 committed by GitHub
commit 5f8e47a460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@ n ; => 6
(set-box! n* (add1 (unbox n*)))
(unbox n*) ; => 6
;; 很多 Racket 诗句类型是不可变的 (对,列表,等),有一些既是可变的
;; 很多 Racket 数据类型是不可变的 (对,列表,等),有一些既是可变的
;; 又是不可变的 (字符串,向量,散列表
;; 等...)