mirror of
				https://gitea.invidious.io/iv-org/shard-ameba.git
				synced 2024-08-15 00:53:29 +00:00 
			
		
		
		
	Fix typo + add NOTE pragma
				
					
				
			This commit is contained in:
		
							parent
							
								
									2811352cae
								
							
						
					
					
						commit
						353c0a1583
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -33,7 +33,7 @@ module Ameba::Rule
 | 
				
			||||||
    # that are tested by this rule, it should add an issue.
 | 
					    # that are tested by this rule, it should add an issue.
 | 
				
			||||||
    #
 | 
					    #
 | 
				
			||||||
    # Be default it uses a node visitor to traverse all the nodes in the source.
 | 
					    # Be default it uses a node visitor to traverse all the nodes in the source.
 | 
				
			||||||
    # Must be overriten for other type of rules.
 | 
					    # NOTE: Must be overridden for other type of rules.
 | 
				
			||||||
    def test(source : Source)
 | 
					    def test(source : Source)
 | 
				
			||||||
      AST::NodeVisitor.new self, source
 | 
					      AST::NodeVisitor.new self, source
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue