diff --git a/p3/rubric.md b/p3/rubric.md
index 6611f4dd942dc42a309672aec3aa811f259f1df4..367f3fb84ca7e3f4769c0fbba01855db804be9e4 100644
--- a/p3/rubric.md
+++ b/p3/rubric.md
@@ -70,7 +70,7 @@
   - `sales_sum_2021` variable is hard coded as 116806 (-5)
   - `year_sum` function is not used (-3)
   - Passed more arguments than necessary to `year_sum` function (-1)
-  - Default value for year=2019 is changed in `year_sum` function (-1)
+  - Default value for year=2021 is changed in `year_sum` function (-1)
 
 - Q11 deductions