mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-22 23:10:20 +08:00
Typo fix
This commit is contained in:
parent
ea43bbd056
commit
acd708ab0c
@ -34,7 +34,7 @@
|
|||||||
if (edit_id != null && edit_id.parentNode != null) {
|
if (edit_id != null && edit_id.parentNode != null) {
|
||||||
edit_id.parentNode.target = "_blank";
|
edit_id.parentNode.target = "_blank";
|
||||||
if (lang != "en") {
|
if (lang != "en") {
|
||||||
edit_id.parentNode.title = "报告错误或改进本页翻";
|
edit_id.parentNode.title = "报告错误或改进本页翻译";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user