Fix incorrect description in [编写(翻译)中的书籍] section. (#3172)

This commit is contained in:
Sekito Lv 2019-03-17 07:51:41 -05:00 committed by eshellman
parent d96f49f24a
commit a305e898fd
1 changed files with 2 additions and 2 deletions

View File

@ -146,6 +146,6 @@
* 编写(翻译)中的书籍:
```
正确:* [马上出版的一本书](http://example.com/book2.html) - 张显宗 (HTML) (:编著状态: *编写中*)
正确:* [马上出版的一本书](http://example.com/book2.html) - 张显宗 (HTML) (:编著状态: *翻译中*)
正确:* [马上出版的一本书](http://example.com/book2.html) - 张显宗 (HTML) (:construction: *编写中*)
正确:* [马上出版的一本书](http://example.com/book2.html) - 张显宗 (HTML) (:construction: *翻译中*)
```