| Index: src/site/_includes/docs/getting-started/_interface.html
|
| diff --git a/src/site/_includes/docs/getting-started/_interface.html b/src/site/_includes/docs/getting-started/_interface.html
|
| index 924f201fe1991b1eb94c9b8fbb4115fa26e417be..13c8b26156f6f17388eb41fd74c29352f390cbc5 100644
|
| --- a/src/site/_includes/docs/getting-started/_interface.html
|
| +++ b/src/site/_includes/docs/getting-started/_interface.html
|
| @@ -69,12 +69,14 @@ Here's what's interesting about it:
|
| This means that <code>int</code> and <code>double</code> variables
|
| are also <code>num</code>s.
|
|
|
| -<aside class="note">
|
| -<b>Important:</b>
|
| +<aside>
|
| + <div class="alert alert-info">
|
| + <strong>Tip:</strong>
|
| Be sure to initialize numbers.
|
| Because they're objects,
|
| their initial value is <code>null</code>,
|
| not 0.
|
| + </div>
|
| </aside>
|
|
|
| <p>
|
|
|