gnu: ghc-smallcheck: Fix grammar of "allows to verify" to "verifies".
* gnu/packages/haskell-xyz (ghc-smallcheck): Fix grammar.
This commit is contained in:
		
							parent
							
								
									60738bdc59
								
							
						
					
					
						commit
						a84be333dd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10780,7 +10780,7 @@ provided.  Skylighting is intended to be the successor to highlighting-kate.")
 | 
				
			||||||
    (home-page
 | 
					    (home-page
 | 
				
			||||||
     "https://github.com/feuerbach/smallcheck")
 | 
					     "https://github.com/feuerbach/smallcheck")
 | 
				
			||||||
    (synopsis "Property-based testing library")
 | 
					    (synopsis "Property-based testing library")
 | 
				
			||||||
    (description "SmallCheck is a testing library that allows to verify
 | 
					    (description "SmallCheck is a testing library that verifies
 | 
				
			||||||
properties for all test cases up to some depth.  The test cases are generated
 | 
					properties for all test cases up to some depth.  The test cases are generated
 | 
				
			||||||
automatically by SmallCheck.")
 | 
					automatically by SmallCheck.")
 | 
				
			||||||
    (license license:bsd-3)))
 | 
					    (license license:bsd-3)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue