Quellcode durchsuchen

Update README.md

Git-Leon vor 6 Jahren
Ursprung
Commit
03f41e5e8c
Es ist kein Account mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      README.md

+ 2
- 2
README.md Datei anzeigen

@@ -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