diff options
| author | Maxime Coste <mawww@kakoune.org> | 2023-05-10 20:00:00 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2023-05-10 20:00:00 +1000 |
| commit | 84fd3bc7c8c1ec6cdfcd18a44e66de68ffe065c4 (patch) | |
| tree | 6f84f91110cd6fe0ad22a868a70cc7fa6d60c0a4 | |
| parent | d39930cd10eb9ef48ed42313eef241d3ed416f75 (diff) | |
| parent | 40ddd7c67ddc6775d9144ae98b236e485166c644 (diff) | |
Merge branch 'patch-1' of http://github.com/circumspect/kakoune
| -rw-r--r-- | doc/design.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design.asciidoc b/doc/design.asciidoc index 05a015cb..aaa59478 100644 --- a/doc/design.asciidoc +++ b/doc/design.asciidoc @@ -90,7 +90,7 @@ things easier to understand, bugs easier to fix, and code easier to change. - When we want a direct result, we need to be synchronous with the user. A 4x speed improvement is meaningless; we need to have an - algorithm which appears instantaneous the user. + algorithm which appears instantaneous to the user. - When we want an asynchronous result, the processing is best left to a helper command which can be reused with other Unix tools. |
