From cc8260615aebdc38649036c6f34c5f4635ab1f8f Mon Sep 17 00:00:00 2001 From: Gio Polvara Date: Wed, 12 Jul 2023 09:49:39 +0200 Subject: [PATCH] Use horizontal ellipsis character --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86f9cf9..497d471 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ English uses the following operators: - `.`: End of statement - `;`: End of statement (weak) - `:`: Definition, for example for functions or clauses -- `...`: Temporarily suspend async execution (similar to `await`) +- `…`: Temporarily suspend async execution (similar to `await`) - `-`: Short break in execution or definition of list items - `"`: Import value from another module or class