mirror of
https://github.com/apple/pkl.git
synced 2026-03-24 18:11:27 +01:00
Documentation fix: const cannot be assigned/amended (#485)
This commit is contained in:
@@ -1194,7 +1194,7 @@ One solution is to add the `const` modifier to the property being referenced.
|
||||
}
|
||||
----
|
||||
|
||||
This solution makes sense if `pigeonName` does get assigned/amended when amending module `Birds.pkl` (modules are regular objects that can be amended).
|
||||
This solution makes sense if `pigeonName` does not get assigned/amended when amending module `Birds.pkl` (modules are regular objects that can be amended).
|
||||
|
||||
*Self-import the module*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user