diff --git a/src/operators.cpp b/src/operators.cpp index 080b22cca..a8e780e26 100644 --- a/src/operators.cpp +++ b/src/operators.cpp @@ -59,7 +59,7 @@ namespace Sass { { deprecated( "The operation `" + lsh + " " + sass_op_to_name(op) + " " + rhs + - "` is deprecated and will be an error in future versions.", + "` is deprecated and will be an error in future versions.", "Consider using Sass's color functions instead.\n" "http://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions", /*with_column=*/false, pstate);