Skip to content

Commit e2660ce

Browse files
committed
Fix README
1 parent 400b9c1 commit e2660ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can modify the list of models in `models.jl`.
1717
Note that if you want the model definition to be shown on the website, your model definitions must be of the 'standard' form `@model function name() ... end`.
1818
This means that:
1919
- One-liner function definitions like `@model f(x) = ...`will not work.
20-
- Fancy metaprogramming tricks to generate a family of models at one go (like [this](https://github.com/TuringLang/ADTests/blob/266d7ab85fea2e01e7e05af6cee179d7f6200b0f/models.jl#L108-L129)) will not work.
20+
- Fancy metaprogramming tricks to generate a family of models at one go (like [this old code](https://github.com/TuringLang/ADTests/blob/266d7ab85fea2e01e7e05af6cee179d7f6200b0f/models.jl#L108-L129)) will not work.
2121

2222
To understand why, see the `get_model_definition` function in `ad.py`.
2323

0 commit comments

Comments
 (0)