瀏覽代碼

Update README.md

Git-Leon 6 年之前
父節點
當前提交
03f41e5e8c
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

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