Skip to content

Commit 7aae395

Browse files
zset -> sorted sets in course definition
1 parent 549475a commit 7aae395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

course-definition.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ stages:
713713
714714
- slug: "ic1"
715715
primary_extension_slug: "sorted-sets"
716-
name: "List zset members"
716+
name: "List sorted set members"
717717
difficulty: easy
718718
marketing_md: |
719719
In this stage, you'll add support for listing the members of a sorted set using the `ZRANGE` command.
@@ -727,7 +727,7 @@ stages:
727727
728728
- slug: "kn4"
729729
primary_extension_slug: "sorted-sets"
730-
name: "Count zset members"
730+
name: "Count sorted set members"
731731
difficulty: easy
732732
marketing_md: |
733733
In this stage, you'll add support for counting the number of members in a sorted set using the `ZCARD` command.

0 commit comments

Comments
 (0)