diff --git a/p10/rubric.md b/p10/rubric.md
index d665df33a7c2c87904506f4b5f0c60d1a4278fd4..f0e09c1dbaf5200f69db040ba19dbed04c111574 100644
--- a/p10/rubric.md
+++ b/p10/rubric.md
@@ -107,8 +107,8 @@
 - `get_planets` (8)
 	- Function logic is incorrect (-2)
 	- Required function is not used (-1)
-	- Broken CSV rows are hardcoded (-1)
-	- Broken JSON files are hardcoded (-1)
+	- Broken CSV rows are not skipped or are hardcoded (-1)
+	- Broken JSON files are not skipped or are hardcoded (-1)
 	- Hardcoding the name of directory inside the function (-1)
 	- Function is called more than twice with the same dataset (-1)
 	- Function is defined more than once (-1)