mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
manual: typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user