mirror of
				https://gitea.invidious.io/iv-org/shard-ameba.git
				synced 2024-08-15 00:53:29 +00:00 
			
		
		
		
	Fix typo in AST::Branchable example
				
					
				
			This commit is contained in:
		
							parent
							
								
									4500181ddb
								
							
						
					
					
						commit
						ffd63ef028
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,7 +6,7 @@ module Ameba::AST
 | 
				
			||||||
  # are branchables.
 | 
					  # are branchables.
 | 
				
			||||||
  #
 | 
					  #
 | 
				
			||||||
  # ```
 | 
					  # ```
 | 
				
			||||||
  # white a > 100 # Branchable A
 | 
					  # while a > 100 # Branchable A
 | 
				
			||||||
  #   if b > 2    # Branchable B
 | 
					  #   if b > 2    # Branchable B
 | 
				
			||||||
  #     a += 1
 | 
					  #     a += 1
 | 
				
			||||||
  #   end
 | 
					  #   end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue