Skip to content

Commit bfb9207

Browse files
authored
Update docs/src/model_creation/dsl_advanced.md
1 parent 1efb96a commit bfb9207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_creation/dsl_advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ rn = @reaction_network begin
282282
(k1, k2), A <--> B
283283
end
284284
```
285-
Running the code above will yield the following error: `LoadError: UndeclaredSymbolicError: Unrecognized variables A detected in reaction expression: "((k1, k2), A <--> B)". Since the flag @require_declaration is declared, all species must be explicitly declared with the @species macro.`
285+
Running the code above will yield the following error:
286286

287287
In order to avoid the error in this case all the relevant species and parameters will have to be declared.
288288
```@example dsl_advanced_require_dec

0 commit comments

Comments
 (0)