Fixed "is" bug in tutorial
This commit is contained in:
parent
a1849da175
commit
ae051b5d53
@ -283,8 +283,8 @@ $lessons = [
|
|||||||
|
|
||||||
### Create an instance of a Buffer:
|
### Create an instance of a Buffer:
|
||||||
$b = (a Buffer)
|
$b = (a Buffer)
|
||||||
test that ($b == "a Buffer")
|
test that ($b is "a Buffer")
|
||||||
test that ((type of $b) == "a Buffer")
|
test that ((type of $b) is "a Buffer")
|
||||||
$b, add "xx"
|
$b, add "xx"
|
||||||
$b, add "yyy"
|
$b, add "yyy"
|
||||||
test that (($b, as text) == "xxyy")
|
test that (($b, as text) == "xxyy")
|
||||||
|
Loading…
Reference in New Issue
Block a user