From ddec21c43e11389d9e042ff2b9cc16dcf28b1a27 Mon Sep 17 00:00:00 2001 From: Valentin Gatien-Baron Date: Tue, 25 Jun 2024 16:40:31 +0200 Subject: [PATCH] tweak README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f3e3a3..72f0698 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # What it does ppx_partial is a preprocessor that makes it possible to do partial applications -on any parameter of a function, not necessarily the last unlabelled one: +that omit any parameter of a function, rather than necessarily a suffix of unlabelled arguments with currying: ```ocaml something_that_returns_a_string ()