manual: typo

This commit is contained in:
Andreas Rumpf
2019-06-27 21:24:56 +02:00
parent d9604d7d0b
commit 17bbce7c8a

View File

@@ -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