翻译了ts-guide的quick start#1
Open
Syntacticlosure wants to merge 2 commits intoRacket-zh:masterfrom
Syntacticlosure:master
Open
翻译了ts-guide的quick start#1Syntacticlosure wants to merge 2 commits intoRacket-zh:masterfrom Syntacticlosure:master
Syntacticlosure wants to merge 2 commits intoRacket-zh:masterfrom
Syntacticlosure:master
Conversation
OlingCat
reviewed
May 10, 2017
| @(provide typed-mod) | ||
|
|
||
| @title[#:tag "quick"]{Quick Start} | ||
| @title[#:tag "quick"]{快速开始typed-racket} |
| 'ordered | ||
| @item{Change the language to @racketmodname[typed/racket].} | ||
| @item{Change the uses of @racket[(require mod)] to | ||
| @item{将language修改为 @racketmodname[typed/racket].} |
Member
There was a problem hiding this comment.
将语言选择为 @racketmodname[typed/racket]。
这里指的应该是 DrRacket 里左下角的选择语言。
注意句号。
Member
There was a problem hiding this comment.
虽然这样也没错啦= =
将语言修改为 @racketmodname[typed/racket]。
| @|typed-mod| | ||
|
|
||
| @section{Using Typed Racket from the Racket REPL} | ||
| @section{在Racket REPL中使用typed racket} |
Member
There was a problem hiding this comment.
在 Racket REPL 中使用 Typed Racket
注意大小写,中英文之间应当用空格隔开,标点和英文之间不需要空格。
|
|
||
| It is possible to use Typed Racket from the Racket REPL. To do so, start Racket | ||
| with the following command line: | ||
| 我们可以在在Racket REPL中使用Typed Racket,只要在开启racket时 |
OlingCat
requested changes
May 10, 2017
| 'ordered | ||
| @item{Change the language to @racketmodname[typed/racket].} | ||
| @item{Change the uses of @racket[(require mod)] to | ||
| @item{将language修改为 @racketmodname[typed/racket].} |
Member
There was a problem hiding this comment.
虽然这样也没错啦= =
将语言修改为 @racketmodname[typed/racket]。
OlingCat
approved these changes
May 10, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.