mirror of
				https://github.com/gopl-zh/gopl-zh.github.com.git
				synced 2025-11-03 19:31:35 +00:00 
			
		
		
		
	fix typo
This commit is contained in:
		@@ -37,7 +37,7 @@ func Parse(r io.Reader) (*Node, error)
 | 
			
		||||
 | 
			
		||||
main函数解析HTML标准输入,通过递归函数visit获得links(链接),并打印出这些links:
 | 
			
		||||
 | 
			
		||||
<u></i>gopl.io/ch5/findlinks1</i></u>
 | 
			
		||||
<u><i>gopl.io/ch5/findlinks1</i></u>
 | 
			
		||||
```Go
 | 
			
		||||
// Findlinks1 prints the links in an HTML document read from standard input.
 | 
			
		||||
package main
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user