Skip to content

Commit ecf1e5d

Browse files
committed
attempt at fixing error doctest
1 parent 1744ba7 commit ecf1e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/submodel_macro.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function submodel(prefix_expr, expr, ctx=esc(:__context__))
231231
ctx = prefix_submodel_context(prefix, L, ctx)
232232
catch e
233233
error(
234-
"failed to determine prefix from $(L); please specify prefix using the `@submodel prefix=\"your prefix\" ...` syntax",
234+
"failed to determine prefix from $(L); please specify prefix using the `@submodel prefix=\"your prefix\" ...` syntax"
235235
)
236236
end
237237
quote

0 commit comments

Comments
 (0)