Documentation fix: const cannot be assigned/amended (#485)

This commit is contained in:
Alan Scherger
2024-06-14 12:10:41 -05:00
committed by GitHub
parent f15ad6ec06
commit 4a7f90157a

View File

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