fix(lib): Fixed typos in multiple modules
BREAKING CHANGE: The `Preference` header had a typo in a variant and it's string representation, change `Preference::HandlingLeniant` to `Preference::HandlingLenient`.
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							0d05533d07
						
					
				
				
					commit
					2fa414fb5f
				
			| @@ -476,7 +476,7 @@ impl Headers { | ||||
|     /// | ||||
|     /// If a header already contains a value, this will add another line to it. | ||||
|     /// | ||||
|     /// If a header doesnot exist for this name, a new one will be created with | ||||
|     /// If a header does not exist for this name, a new one will be created with | ||||
|     /// the value. | ||||
|     /// | ||||
|     /// Example: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user