Skip to content

Commit bcf4a4c

Browse files
修复README语法错误
1 parent 27bc4c0 commit bcf4a4c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README-CN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
在rust中的集合推导式和迭代器推导式, 提供更好的Rust使用体验
44

55
# 用法
6-
语法源自 [python推导式]
7-
(https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions)
6+
语法源自 [python推导式](https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions)
87

98
本库为Rust标准库中的所有集合类型提供宏,以及基于引用的迭代器
109

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ And it provides a better experience in Rust.
77

88
# Usage
99

10-
The syntax is derived from [Python's comprehension]
11-
(https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions).
10+
The syntax is derived from [Python's comprehension](https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions).
1211

1312
This library provides macros for all collection types
1413
in the Rust standard library and an Iterator based on references.

0 commit comments

Comments
 (0)