| Index: sky/specs/style-guide.md
|
| diff --git a/sky/specs/style-guide.md b/sky/specs/style-guide.md
|
| index 137937a96fbf769ed6b78f81298ea44de48a93b1..b1f65d64e819960ccc2cf9e1b9bdd710ea9ecbf1 100644
|
| --- a/sky/specs/style-guide.md
|
| +++ b/sky/specs/style-guide.md
|
| @@ -51,8 +51,7 @@ same order (unless the order matters).
|
|
|
| All variables and arguments are typed; don't use "var", "dynamic", or
|
| "Object" in any case where you could figure out the actual type.
|
| -Always specialise generic types where possible. Even for ```[]``` and
|
| -```{}``` literals, include the types.
|
| +Always specialise generic types where possible.
|
|
|
| Aim for a line length of 80 characters, but go over if breaking the
|
| line would make it less readable.
|
|
|