Skip to content

Commit e90c2a6

Browse files
author
volker
committed
missing space
1 parent 220dd30 commit e90c2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/inet/sass/function/TransparencyModificationFunctionGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private void checkParameters(LexicalUnitImpl function,
9494
throw new ParseException(
9595
"The function "
9696
+ function.getFunctionName()
97-
+ "requires a number in the range [0, 1] as its second parameter",
97+
+ " requires a number in the range [0, 1] as its second parameter",
9898
function);
9999
}
100100
}

0 commit comments

Comments
 (0)