mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): replace unicode minus with dash in challenge 165 (#65435)
This commit is contained in:
committed by
GitHub
parent
8865fcb242
commit
4f30bdec9a
+1
-1
@@ -13,7 +13,7 @@ Given an array of exam scores (numbers), return the average score in form of a l
|
||||
| - | - |
|
||||
| 97-100 | `"A+"` |
|
||||
| 93-96 | `"A"` |
|
||||
| 90-92 | `"A−"` |
|
||||
| 90-92 | `"A-"` |
|
||||
| 87-89 | `"B+"` |
|
||||
| 83-86 | `"B"` |
|
||||
| 80-82 | `"B-"` |
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ Given an array of exam scores (numbers), return the average score in form of a l
|
||||
| - | - |
|
||||
| 97-100 | `"A+"` |
|
||||
| 93-96 | `"A"` |
|
||||
| 90-92 | `"A−"` |
|
||||
| 90-92 | `"A-"` |
|
||||
| 87-89 | `"B+"` |
|
||||
| 83-86 | `"B"` |
|
||||
| 80-82 | `"B-"` |
|
||||
|
||||
Reference in New Issue
Block a user