Skip to content

Commit 88a09c9

Browse files
committed
no component descriptions
1 parent c8600d3 commit 88a09c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Electrical/Analog/transistors.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ Early voltage effect.
6969
end
7070

7171
@components begin
72-
b = Pin(), [description = "Base pin"]
73-
e = Pin(), [description = "Emitter pin"]
74-
c = Pin(), [description = "Collector pin"]
72+
b = Pin()
73+
e = Pin()
74+
c = Pin()
7575

7676
if use_substrate
7777
s = Pin(), [description = "Substrate pin"]

0 commit comments

Comments
 (0)