From f4db1010f820229dfbce52144f46461aab959338 Mon Sep 17 00:00:00 2001 From: jethro larson Date: Mon, 6 Jun 2016 16:34:11 -0700 Subject: [PATCH] Update TOC --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2cc7711..56534c8 100644 --- a/readme.md +++ b/readme.md @@ -12,10 +12,10 @@ The goal of this document is to define jargon from functional programming in pla * [Higher-Order Functions (HOF)](#higher-order-functions-hof) * [Partial Application](#partial-application) * [Currying](#currying) -* [Composition](#composition) +* [Function Composition](#function-composition) * [Purity](#purity) * [Side effects](#side-effects) -* [Idempotency](#idempotency) +* [Idempotent](#idempotent) * [Point-Free Style](#point-free-style) * [Contracts](#contracts) * [Guarded Functions](#guarded-functions)