From 17bbce7c8a2c36074e09fd49385787d5da42105b Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 27 Jun 2019 21:24:56 +0200 Subject: [PATCH] manual: typo --- doc/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.rst b/doc/manual.rst index 3b8346ef14..cb93541d92 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -3310,7 +3310,7 @@ backticks notation: `f=`(myObject, "value") -``f=`` can called implicitly in the pattern +``f=`` can be called implicitly in the pattern ``x.f = value`` if and only if the type of ``x`` does not have a field named ``f`` or if ``f`` is not visible in the current module. These rules ensure that object fields and accessors can have the same name. Within the