You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +02:00 
			
		
		
		
	typo: removed duplicate "seconds" after 500ms (#1190)
Hi, this is a very tiny fix: `take 500ms seconds.` -> `take 500ms.`, but could you merge if it looks okay? Thank you!
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							4479023b44
						
					
				
				
					commit
					619f8be87b
				
			| @@ -62,7 +62,7 @@ async fn main() { | ||||
| * In this example, we have a race between a cat and a dog. | ||||
|   `first_animal_to_finish_race` listens to both channels and will pick whichever | ||||
|   arrives first. Since the dog takes 50ms, it wins against the cat that | ||||
|   take 500ms seconds. | ||||
|   take 500ms. | ||||
|  | ||||
| * You can use `oneshot` channels in this example as the channels are supposed to | ||||
|   receive only one `send`. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user