mirror of
https://github.com/flynx/Slang.git
synced 2025-10-28 10:10:07 +00:00
minor typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2b734818f8
commit
d985241786
@ -230,7 +230,7 @@ function showAvailableWords(){
|
||||
<div id="bootstrap"></div>
|
||||
<h2>Available words</h2>
|
||||
<p>
|
||||
This section includes constants (red) ond constant-like
|
||||
This section includes constants (red) and constant-like
|
||||
words (words that allways yield the same value),
|
||||
built-in words (blue), and 2'nd gen words (black):
|
||||
</p>
|
||||
|
||||
@ -87,8 +87,8 @@
|
||||
// on most systems.
|
||||
//
|
||||
// NOTE: we did not see .__proto__ in the list of accessible attributes
|
||||
// because it is a special attribute, it is implemented internally
|
||||
// and is not enumerable.
|
||||
// because it is a special attribute (property), it is implemented
|
||||
// internally and is not enumerable.
|
||||
// NOTE: cyclic prototype chains are actively not allowed, e.g. creating
|
||||
// a chain like the following will fail:
|
||||
// var a = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user