mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 20:49:41 +00:00
fix bug: set filename of zh-CN/src/collections/String.md
into string.md
, in corresponding to english version, sothat can jump to correct page between english version and chinese version.
This commit is contained in:
@ -30,7 +30,7 @@
|
|||||||
- [特征对象](generics-traits/trait-object.md)
|
- [特征对象](generics-traits/trait-object.md)
|
||||||
- [进一步深入特征](generics-traits/advanced-traits.md)
|
- [进一步深入特征](generics-traits/advanced-traits.md)
|
||||||
- [集合类型](collections/intro.md)
|
- [集合类型](collections/intro.md)
|
||||||
- [动态字符串 String](collections/String.md)
|
- [动态字符串 String](collections/string.md)
|
||||||
- [动态数组 Vector](collections/vector.md)
|
- [动态数组 Vector](collections/vector.md)
|
||||||
- [KV 存储 HashMap](collections/hashmap.md)
|
- [KV 存储 HashMap](collections/hashmap.md)
|
||||||
- [类型转换](type-conversions/intro.md)
|
- [类型转换](type-conversions/intro.md)
|
||||||
|
Reference in New Issue
Block a user