Skip to content

Commit 5892251

Browse files
authored
Update model.jl
1 parent c14d246 commit 5892251

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/model.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ end
325325
"""
326326
$(TYPEDSIGNATURES)
327327
328-
Return `true` if the model is autonomous.
328+
Return `true`.
329329
"""
330330
function is_autonomous(
331331
::Model{
@@ -343,6 +343,11 @@ function is_autonomous(
343343
return true
344344
end
345345

346+
"""
347+
$(TYPEDSIGNATURES)
348+
349+
Return `true`.
350+
"""
346351
function is_autonomous(
347352
::Model{
348353
NonAutonomous,

0 commit comments

Comments
 (0)