From 4bd77cf045e5563ea1150d5106fec1f6f66d5e2d Mon Sep 17 00:00:00 2001 From: Clyybber Date: Fri, 8 May 2020 16:13:53 +0200 Subject: [PATCH] Fix typo --- doc/manual_experimental.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual_experimental.rst b/doc/manual_experimental.rst index 45732fae25..1398d1a9b2 100644 --- a/doc/manual_experimental.rst +++ b/doc/manual_experimental.rst @@ -104,7 +104,7 @@ cannot have the type ``void``. Covariance ========== -Covariance in Nim can be introduced only though pointer-like types such +Covariance in Nim can be introduced only through pointer-like types such as ``ptr`` and ``ref``. Sequence, Array and OpenArray types, instantiated with pointer-like types will be considered covariant if and only if they are also immutable. The introduction of a ``var`` modifier or additional