docs: fix typo in comment (#3868)
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
		@ -339,7 +339,7 @@ func TestRouteParamsByNameWithExtraSlash(t *testing.T) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// TestRouteParamsNotEmpty tests that context parameters will be set
 | 
					// TestRouteParamsNotEmpty tests that context parameters will be set
 | 
				
			||||||
// even if a route with params/wildcards is registered after the context
 | 
					// even if a route with params/wildcards is registered after the context
 | 
				
			||||||
// initialisation (which happened in a previous requets).
 | 
					// initialisation (which happened in a previous requests).
 | 
				
			||||||
func TestRouteParamsNotEmpty(t *testing.T) {
 | 
					func TestRouteParamsNotEmpty(t *testing.T) {
 | 
				
			||||||
	name := ""
 | 
						name := ""
 | 
				
			||||||
	lastName := ""
 | 
						lastName := ""
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user