Skip to content

Commit 84977d2

Browse files
committed
no component descriptions
1 parent d3621ad commit 84977d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Electrical/Analog/mosfets.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Based on the MOSFET models in (Sedra, A. S., Smith, K. C., Carusone, T. C., & Ga
3232
end
3333

3434
@components begin
35-
d = Pin(), [description = "Drain pin"]
36-
g = Pin(), [description = "Gate pin"]
37-
s = Pin(), [description = "Source pin"]
35+
d = Pin()
36+
g = Pin()
37+
s = Pin()
3838
end
3939

4040
@parameters begin
@@ -123,9 +123,9 @@ Based on the MOSFET models in (Sedra, A. S., Smith, K. C., Carusone, T. C., & Ga
123123
end
124124

125125
@components begin
126-
d = Pin(), [description = "Drain pin"]
127-
g = Pin(), [description = "Gate pin"]
128-
s = Pin(), [description = "Source pin"]
126+
d = Pin()
127+
g = Pin()
128+
s = Pin()
129129
end
130130

131131
@parameters begin

0 commit comments

Comments
 (0)