diff --git a/snippets/pipe.md b/snippets/pipeFunctions.md similarity index 96% rename from snippets/pipe.md rename to snippets/pipeFunctions.md index 4c6495cda..04c9f3ee1 100644 --- a/snippets/pipe.md +++ b/snippets/pipeFunctions.md @@ -1,4 +1,4 @@ -### pipe +### pipeFunctions Performs left-to-right function composition. diff --git a/snippets/randomHexColorCode.md b/snippets/randomHexColor.md similarity index 95% rename from snippets/randomHexColorCode.md rename to snippets/randomHexColor.md index 0ad961f7a..846239670 100644 --- a/snippets/randomHexColorCode.md +++ b/snippets/randomHexColor.md @@ -1,4 +1,4 @@ -### randomHexColorCode +### randomHexColor Generates a random hexadecimal color code.