mirror of
				https://gitea.invidious.io/iv-org/shard-ameba.git
				synced 2024-08-15 00:53:29 +00:00 
			
		
		
		
	fix(style): correct typo in rule doc
This commit is contained in:
		
							parent
							
								
									6717ac7b70
								
							
						
					
					
						commit
						c9c5fb655f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
module Ameba::Rule::Style
 | 
			
		||||
  # A rule that checks for the presence of superfluous parentheses
 | 
			
		||||
  # around the condition of `if`, `unless`, `case, `while` and `until`.
 | 
			
		||||
  # around the condition of `if`, `unless`, `case`, `while` and `until`.
 | 
			
		||||
  #
 | 
			
		||||
  # For example, this is considered invalid:
 | 
			
		||||
  #
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue