| Index: sky/specs/idl.md
|
| diff --git a/sky/specs/idl.md b/sky/specs/idl.md
|
| index 9cb185f6eb333d149ee686b7beeff6683f90f2ff..2c558680ad2e92f18a0973e297ef4a1f53680da1 100644
|
| --- a/sky/specs/idl.md
|
| +++ b/sky/specs/idl.md
|
| @@ -127,7 +127,7 @@ The following types are available:
|
| * ``Infinity`` - singleton type with value ``Infinity``
|
| * ``String`` - WebIDL ``USVString``
|
| * ``Boolean`` - WebIDL ``boolean``
|
| -# ``Object`` - WebIDL ``object`` (``ClassName`` can be used as a literal for this type)
|
| +* ``Object`` - WebIDL ``object`` (``ClassName`` can be used as a literal for this type)
|
| * ``ClassName`` - an instance of the class ClassName
|
| * ``Class<ClassName>`` - a class ClassName or one of its subclasses (not an instance)
|
| * ``DictionaryName`` - an instance of the dictionary DictionaryName
|
|
|