From 4b1e3302196511d92da8d6481d0d03891e01f542 Mon Sep 17 00:00:00 2001 From: igrekus Date: Tue, 15 Sep 2020 16:50:35 +0300 Subject: [PATCH] doc: fix typo (#6370) --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index 4235625b2d..0eab3ffaa1 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -317,7 +317,7 @@ any // similar to C's void* and Go's interface{} Please note that unlike C and Go, `int` is always a 32 bit integer. -There is an exceptions to the rule that all operators +There is an exception to the rule that all operators in V must have values of the same type on both sides. A small primitive type on one side can be automatically promoted if it fits completely into the data range of the type on the other side.