Skip to content

Commit 93fea36

Browse files
committed
markdown syntax
1 parent e523a50 commit 93fea36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/scanner/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
- [func (pos *Position) IsValid() bool](IsValid.md)
77
- [func (pos Position) String() string](String.md)
88
- type Scanner
9+
910
Scanner用于从io.Reader中读取Unicode字符或词法单元
11+
1012
- [func (s *Scanner) Init(src io.Reader) *Scanner](Init.md)
1113
- [func (s *Scanner) Next() rune](Next.md)
1214
- [func (s *Scanner) Peek() rune](Peek.md)

0 commit comments

Comments
 (0)