Skip to content

Commit 50cfe12

Browse files
committed
fixed type
1 parent 564abc3 commit 50cfe12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css3-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ <h4>The 'calc', 'min' and 'max' functions</h4>
538538
type, a PERCENTAGE token in the expression has the target type;
539539
otherwise percentages are not allowed and must be a parse error.
540540

541-
<p>To make expressions simpler, operators have restriction on the
541+
<p>To make expressions simpler, operators have restrictions on the
542542
types they accept. At each operator, the types of the left and right
543543
side have to be checked for these restrictions. If compatible, they
544544
return roughly as follows (the following ignores precedence rules on

0 commit comments

Comments
 (0)