diff --git a/css-variables-1/Overview.bs b/css-variables-1/Overview.bs index aa4513fffae..702ef09cb11 100644 --- a/css-variables-1/Overview.bs +++ b/css-variables-1/Overview.bs @@ -393,7 +393,7 @@ Using Cascading Variables: the ''var()'' notation The syntax of ''var()'' is:
-	var() = var( <> [, <> ]? )
+	var() = var( <> , <>? )
 	
The ''var()'' function can be used in place of any part of a value in any property on an element.