Skip to content

Commit 909f4a7

Browse files
fix conductor
1 parent eced33a commit 909f4a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Electrical/Analog/ideal_components.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ function Resistor(;name, R)
3939
end
4040

4141
"""
42-
Capacitor(; name, C)
42+
Conductor(;name, G)
4343
44-
Creates an ideal Capacitor.
44+
Creates an ideal conductor.
4545
4646
# States:
4747
See [OnePort](@ref)
@@ -67,7 +67,7 @@ end
6767
Capacitor(; name, C)
6868
6969
70-
Creates an ideal Capacitor.
70+
Creates an ideal capacitor.
7171
7272
# States:
7373
- `v(t)`: [`V`]

0 commit comments

Comments
 (0)