]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Fix typos in reltime() help. (#13818)
authorLifepillar <lifepillar@users.noreply.github.com>
Fri, 5 Jan 2024 16:44:57 +0000 (17:44 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2024 16:44:57 +0000 (17:44 +0100)
Signed-off-by: Lifepillar <lifepillar@lifepillar.me>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt

index 94fcdf70c60e683870ec3998d72d20769dd8b453..9ac79c611b86275b7738dfe470d3bd5e22ebea0a 100644 (file)
@@ -1,4 +1,4 @@
-*builtin.txt*  For Vim version 9.1.  Last change: 2024 Jan 04
+*builtin.txt*  For Vim version 9.1.  Last change: 2024 Jan 05
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -7388,9 +7388,9 @@ reltime({start}, {end})                                   *reltime()*
                        echo startTime->reltime()->reltimestr()
 <
                Without an argument reltime() returns the current time (the
-               representation is system-dependent, it can not be used as the
+               representation is system-dependent, it cannot be used as the
                wall-clock time, see |localtime()| for that).
-               With one argument is returns the time passed since the time
+               With one argument it returns the time passed since the time
                specified in the argument.
                With two arguments it returns the time passed between {start}
                and {end}.