Skip to content

Commit

Permalink
Merge pull request #20 from atopile/mawildoer/make-ato-build-again-6
Browse files Browse the repository at this point in the history
Fix SchottkyDiode spelling
  • Loading branch information
mawildoer authored Dec 23, 2024
2 parents 1b93ba7 + 720a95b commit 02df337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elec/src/generics/diodes.ato
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ component RectifierDiode from Diode:
import Power from "interfaces.ato"
module PowerDiodeOr:
"""
A diode or gate that combines two power rails, only dropping the
A diode or gate that combines two power rails, only dropping the
"""
diode = new ShottkyDiode
diode = new SchottkyDiode
diode -> CUS10S30_H3F
power_in1 = new Power
power_in2 = new Power
Expand Down

0 comments on commit 02df337

Please sign in to comment.