Skip to content

Commit fb650bf

Browse files
committed
Fix doc
1 parent 8026e7c commit fb650bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variable_template.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ end
8888
8989
Return the conic form for `a`. If it as already been created, it is directly
9090
accessed in `context[a]`, otherwise, it is created by calling
91-
[`Convex.new_conic_form`](@ref) and then cached in `context` so that the next call
91+
[`Convex.new_conic_form!`](@ref) and then cached in `context` so that the next call
9292
with the same expression does not create a duplicate one.
9393
"""
9494
function conic_form!(context::Context, a::AbstractExpr)

0 commit comments

Comments
 (0)