From 17f0f9ee2a6bd2d4ddc72ec72fb373d983825044 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 26 Dec 2017 22:32:27 +0530 Subject: [PATCH] rename pipe.md and randomHexColorCode --- snippets/{pipe.md => pipeFunctions.md} | 2 +- snippets/{randomHexColorCode.md => randomHexColor.md} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename snippets/{pipe.md => pipeFunctions.md} (96%) rename snippets/{randomHexColorCode.md => randomHexColor.md} (95%) 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.