We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549475a commit 7aae395Copy full SHA for 7aae395
course-definition.yml
@@ -713,7 +713,7 @@ stages:
713
714
- slug: "ic1"
715
primary_extension_slug: "sorted-sets"
716
- name: "List zset members"
+ name: "List sorted set members"
717
difficulty: easy
718
marketing_md: |
719
In this stage, you'll add support for listing the members of a sorted set using the `ZRANGE` command.
@@ -727,7 +727,7 @@ stages:
727
728
- slug: "kn4"
729
730
- name: "Count zset members"
+ name: "Count sorted set members"
731
732
733
In this stage, you'll add support for counting the number of members in a sorted set using the `ZCARD` command.
0 commit comments