Skip to content

Commit d0a317a

Browse files
committed
2 parents 096d306 + 97e9f79 commit d0a317a

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
@@ -53,7 +53,7 @@ Nodal differentiation matrices `Dr` and `Ds` can be computed via
5353
```julia
5454
julia> using NodesAndModes
5555
julia> N = 2
56-
julia> r,s = nodes(Tri(), N)
56+
julia> r, s = nodes(Tri(), N)
5757
julia> V, Vr, Vs = basis(Tri(), N, r, s)
5858
julia> Dr, Ds = (A -> A/V).((Vr, Vs))
5959
```

0 commit comments

Comments
 (0)