Skip to content

Commit b5ac173

Browse files
committed
forgotten typo not fixed
1 parent 884f21e commit b5ac173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/BarcodeScannerController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ open class BarcodeScannerController: UIViewController {
330330
}
331331
}
332332

333-
if barCodeFocusViewType == .oneDimention {
333+
if barCodeFocusViewType == .oneDimension {
334334
center(subview: focusView, inSize: CGSize(width: 280, height: 80))
335335
} else {
336336
center(subview: focusView, inSize: CGSize(width: 218, height: 150))

0 commit comments

Comments
 (0)