Revert typo (#760)
This commit is contained in:
		
				
					committed by
					
						
						Hadley Wickham
					
				
			
			
				
	
			
			
			
						parent
						
							92baa5d52b
						
					
				
				
					commit
					a5fbbb5311
				
			@@ -146,7 +146,7 @@ Here you can see all of the objects that you've created.
 | 
				
			|||||||
    ```{r, eval = FALSE}
 | 
					    ```{r, eval = FALSE}
 | 
				
			||||||
    library(tidyverse)
 | 
					    library(tidyverse)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ggplot(data = mpg) + 
 | 
					    ggplot(dota = mpg) + 
 | 
				
			||||||
      geom_point(mapping = aes(x = displ, y = hwy))
 | 
					      geom_point(mapping = aes(x = displ, y = hwy))
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    fliter(mpg, cyl = 8)
 | 
					    fliter(mpg, cyl = 8)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user