Commit Graph
3 Commits
Author SHA1 Message Date
Tom Counsell 82e33fb8ff fix: remove duplicate "the" in documentation for class inheritance warning 2015-01-07 16:41:30 +00:00
Tom Counsell 50f45639b9 fix: correct typo "clreate" to "create" in classes.markdown documentation
The diff fixes a single spelling error in doc/site/classes.markdown, changing the misspelled word "clreate" to the correct "create" in the sentence warning against inheriting from built-in types.
2015-01-06 16:47:54 +00:00
Tom Counsell b1bd96bb2d docs: add note about inheriting from built-in types in classes documentation
Add a warning to the classes documentation page explaining that users should not create classes inheriting from built-in types (Bool, Num, String, Range, List) due to internal bit representation conflicts that cause confusion when invoking inherited methods on derived types.
2015-01-06 08:37:57 +00:00