askeing / rust-book

Rust 程式語言 正體中文版 (The Rust Programming Language, Traditional Chinese)
http://askeing.github.io/rust-book/
94 stars 24 forks source link

更新英漢對照表 #35

Closed 3442853561 closed 8 years ago

askeing commented 8 years ago

LGTM, thank you so much :)

There's only one nit, could you please squash these two commits into one, with the meaningful commit message? The meaningful message will help us to understand what we do in each commits quickly.

You can simply do it by git rebase -i HEAD~2, then squash them and modify message. Ref: https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages