diff --git a/concepts/type-casting/about.md b/concepts/type-casting/about.md deleted file mode 100644 index 2732c4ee..00000000 --- a/concepts/type-casting/about.md +++ /dev/null @@ -1 +0,0 @@ -# Type Casting diff --git a/concepts/type-casting/.meta/config.json b/concepts/type-conversion/.meta/config.json similarity index 100% rename from concepts/type-casting/.meta/config.json rename to concepts/type-conversion/.meta/config.json diff --git a/concepts/type-conversion/about.md b/concepts/type-conversion/about.md new file mode 100644 index 00000000..7b930e51 --- /dev/null +++ b/concepts/type-conversion/about.md @@ -0,0 +1 @@ +# Type Conversion diff --git a/concepts/type-casting/introduction.md b/concepts/type-conversion/introduction.md similarity index 100% rename from concepts/type-casting/introduction.md rename to concepts/type-conversion/introduction.md diff --git a/concepts/type-casting/links.json b/concepts/type-conversion/links.json similarity index 100% rename from concepts/type-casting/links.json rename to concepts/type-conversion/links.json diff --git a/config.json b/config.json index aae39a27..25f1bf09 100644 --- a/config.json +++ b/config.json @@ -131,7 +131,7 @@ "practices": [ "tuples", "traits", - "type-casting" + "type-conversion" ], "prerequisites": [], "difficulty": 2 @@ -221,8 +221,8 @@ }, { "uuid": "b0ea24b3-3520-42c2-9177-0550247fa2bd", - "slug": "type-casting", - "name": "Type Casting" + "slug": "type-conversion", + "name": "Type Conversion" }, { "uuid": "6b6dafdb-7868-4089-855a-eb6735b5de5c",