Skip to content

Commit 80ccd13

Browse files
Merge pull request #701 from fkastner/patch-1
Fix interpolation into error message
2 parents e951eb5 + 6008cdb commit 80ccd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/methods.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ end
130130

131131
promote_symtype(::typeof(rem2pi), T::Type{<:Number}, mode) = T
132132

133-
error_f_symbolic(f, T) = error("$f is not defined for T.")
133+
error_f_symbolic(f, T) = error("$f is not defined for $T.")
134134

135135
function Base.rem2pi(x::Symbolic, mode::Base.RoundingMode)
136136
T = symtype(x)

0 commit comments

Comments
 (0)