Skip to content

Commit 8497ab6

Browse files
no comma
1 parent f817ca7 commit 8497ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/pde/pdesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $(FIELDS)
1111
```julia
1212
using ModelingToolkit
1313
14-
@parameters t, x
14+
@parameters t x
1515
@variables u(..)
1616
Dxx = Differential(x)^2
1717
Dtt = Differential(t)^2

0 commit comments

Comments
 (0)