Git-Leon před 6 roky
rodič
revize
03f41e5e8c
No account linked to committer's email
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      README.md

+ 2
- 2
README.md Zobrazit soubor

@@ -47,7 +47,7 @@ Directions: Write a query that returns the following collumns:
47 47
 |:------------:|:------------:|:-----:|:------------:|:--------------:|
48 48
 | Pokemon's name| Trainer's name| Current Level| Primary Type Name| Secondary Type Name|
49 49
 
50
-Order the data by finding out which trainer has the strongest pokemon so that this will act as a ranking of strongest to weakest trainer. You may interpret strongest in whatever way you want, but you will have to explain your decision.
50
+Sort the data by finding out which trainer has the strongest pokemon so that this will act as a ranking of strongest to weakest trainer. You may interpret strongest in whatever way you want, but you will have to explain your decision.
51 51
 
52 52
 ## Turning in this assignment
53 53
 
@@ -61,4 +61,4 @@ Example:
61 61
 
62 62
 For Part 4 specifically also leave a comment explaining how your query is deciding who the strongest trainer is
63 63
 
64
-Once all of that is done, submit a pull request
64
+Once all of that is done, submit a pull request