Typo fix: Correct 'allow to' -> 'allows one to'

This commit is contained in:
Carsten Schoenert
2021-04-03 13:39:50 +00:00
committed by Ian McInerney
parent 32e8a17cc0
commit 8dff3725ac
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class QFNWizard(FootprintWizardBase.FootprintWizard):
pad_pitch = self.pads["pitch"]
pad_length = self.pads["length"]
# offset allows to define how much of the pad is outside of the package
# offset allows one to define how much of the pad is outside of the package
pad_offset = self.pads["offset"]
pad_width = self.pads["width"]