From 235cc5a37e0138ef97ab4df9a4099cf7a70195c5 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Tue, 30 Jun 2015 12:52:00 +0200 Subject: Typo. --- doc/execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/execution.md') diff --git a/doc/execution.md b/doc/execution.md index 98905fe..91e2d94 100644 --- a/doc/execution.md +++ b/doc/execution.md @@ -199,7 +199,7 @@ function object is created. ] To make everything shorter in the common cases, the two functions `'` and `'*` exist as a convenience. -`'` takes a string of digits a dot, which specifies input and output argument types, and a function, and +`'` takes a string of digits and a dot, which specifies input and output argument types, and a function, and invokes `''` appropriately. Digits before the dot become integers in the input argument array, those after the dot go into the output array. Finally `'*` also executes the resulting function right away. -- cgit v1.2.3