From 638891bde16519e09aa09d4a2fdd1bef1120067c Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 9 Jun 2022 18:15:30 +0300 Subject: [PATCH] missing double-space --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index f24860b2..90bd7a8b 100644 --- a/src/README.md +++ b/src/README.md @@ -9,7 +9,7 @@ Functions ending with `N` are non-inlined versions of another one. Functions ending with `F` are rarely invoked fallback parts of a function. Functions ending with `P` take a pointer argument. Functions ending with `U` return (or take) a non-owned object (`U` = "unincremented"). -Functions ending with `_c1` are monadic implementations, `_c2` are dyadic (see [builtin implementations](#builtin-implementations)) +Functions ending with `_c1` are monadic implementations, `_c2` are dyadic (see [builtin implementations](#builtin-implementations)) Variables starting with `bi_` are builtins (primitives or special values). Which arguments are consumed usually is described in a comment after the function or its prototype. Otherwise, check the source.