Skip to content

Commit ddbdcef

Browse files
author
Geordie McBain
committed
typo: misnamed C2.v
1 parent a8fc0ad commit ddbdcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/custom_component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Plots.savefig("chua_phase_plane.png")
132132
nothing # hide
133133
134134
Plots.plot(sol; idxs = [C1.v, C2.v, L.i],
135-
labels = ["C1 Voltage in V" "C1 Voltage in V" "Inductor Current in A"])
135+
labels = ["C1 Voltage in V" "C2 Voltage in V" "Inductor Current in A"])
136136
Plots.savefig("chua.png")
137137
nothing # hide
138138
```

0 commit comments

Comments
 (0)