Skip to content

Commit

Permalink
Path fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolframkriesing committed Oct 15, 2023
1 parent 4dd3eb2 commit 6e0a765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion katas/es6/language/__all__.json
Original file line number Diff line number Diff line change
Expand Up @@ -2475,7 +2475,7 @@
{
"name": "`function.name` - in depth",
"description": "The `name` property is \"descriptive of the function\" the specification says.",
"path": "function-api/name",
"path": "function-api/name-in-depth",
"level": "ADVANCED",
"requiresKnowledgeFrom": [
{
Expand Down
2 changes: 1 addition & 1 deletion katas/es6/language/__grouped__.json
Original file line number Diff line number Diff line change
Expand Up @@ -2560,7 +2560,7 @@
{
"name": "`function.name` - in depth",
"description": "The `name` property is \"descriptive of the function\" the specification says.",
"path": "function-api/name",
"path": "function-api/name-in-depth",
"level": "ADVANCED",
"requiresKnowledgeFrom": [
{
Expand Down

0 comments on commit 6e0a765

Please sign in to comment.