changeset 34087:630e70746a1f

runtime(doc): Fix typos in reltime() help. (#13818) Commit: https://github.com/vim/vim/commit/963fd7d6e5c71d7d76b515891dc8ee32310ebe9f Author: Lifepillar <lifepillar@users.noreply.github.com> Date: Fri Jan 5 17:44:57 2024 +0100 runtime(doc): Fix typos in reltime() help. (https://github.com/vim/vim/issues/13818) Signed-off-by: Lifepillar <lifepillar@lifepillar.me> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 05 Jan 2024 17:45:05 +0100
parents 29432c35ce31
children ba6830458ddc
files runtime/doc/builtin.txt
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -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}.