| Index: src/site/_includes/language-tour/typedefs/index.markdown
|
| diff --git a/src/site/_includes/language-tour/typedefs/index.markdown b/src/site/_includes/language-tour/typedefs/index.markdown
|
| index b7e5eaf1641dab4ffb18192d485a7eda3941058f..33029ae45c6eae18690cb24344143dd8e762d1d6 100644
|
| --- a/src/site/_includes/language-tour/typedefs/index.markdown
|
| +++ b/src/site/_includes/language-tour/typedefs/index.markdown
|
| @@ -51,9 +51,12 @@ main() {
|
| }
|
| {% endhighlight %}
|
|
|
| -<aside class="note" markdown="1">
|
| -**Note:** Currently, typedefs are restricted to function types.
|
| -This may change in a future version of the language specification.
|
| +<aside>
|
| + <div class="alert alert-info">
|
| + <strong>Note:</strong>
|
| + Currently, typedefs are restricted to function types.
|
| + This may change in a future version of the language specification.
|
| + </div>
|
| </aside>
|
|
|
| As typedefs are simply aliases, they offer a way to check the
|
|
|