Index: doc/example-scripts/bagel.html =================================================================== diff -u -N -rc4f449cb353be812ba6502ef8e9587e87881f59b -r3d145fa523334bae381b61747a7c6178021e78d3 --- doc/example-scripts/bagel.html (.../bagel.html) (revision c4f449cb353be812ba6502ef8e9587e87881f59b) +++ doc/example-scripts/bagel.html (.../bagel.html) (revision 3d145fa523334bae381b61747a7c6178021e78d3) @@ -793,7 +793,7 @@ ::abagel

Of course, bagels don’t do much yet. They should remember whether they’ve been toasted. We can create and access an instance variable -by defining an property for the class. All instance variables are +by defining a property for the class. All instance variables are per default public in the sense of C++.