Skip to content

Commit

Permalink
Merge pull request #171 from non-Jedi/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect syntax in README
  • Loading branch information
ChrisRackauckas committed Aug 28, 2019
2 parents fd98d1b + a1b7b9e commit 1562ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -318,7 +318,7 @@ is syntactic sugar for:
```julia
t = Variable(:t; known = true)()
σ = Variable(; known = true)
σ = Variable(; known = true)()
ρ = Variable(; known = true)()
β = [Variable(, i; known = true)() for i in 1:3]
x = Variable(:x)(t)
Expand Down

0 comments on commit 1562ccc

Please sign in to comment.