fix typo
This commit is contained in:
		
							parent
							
								
									ff1732f8c5
								
							
						
					
					
						commit
						3970cd5c97
					
				@ -60,7 +60,7 @@ M.example = function()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        -- do not get stuck on lines that do not match above
 | 
					        -- do not get stuck on lines that do not match above
 | 
				
			||||||
        print('did not match the line, node type: ', node:type(), ', line: ', line)
 | 
					        print('did not match the line, node type: ', node:type(), ', line: ', line)
 | 
				
			||||||
        -- insert it anyway, we do not want to loose lines
 | 
					        -- insert it anyway, we do not want to lose lines
 | 
				
			||||||
        table.insert(objects, {
 | 
					        table.insert(objects, {
 | 
				
			||||||
            sort_line = line,
 | 
					            sort_line = line,
 | 
				
			||||||
            lines = {line},
 | 
					            lines = {line},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user