Skip to content

Commit 0156ed9

Browse files
committed
typo
1 parent 171619e commit 0156ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RxVision/RxVNDetectBarcodesRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Vision
1010
import RxSwift
1111

12-
public final class RxRxVNDetectBarcodesRequest<T>: RxVNRequest<T> {
12+
public final class RxVNDetectBarcodesRequest<T>: RxVNRequest<T> {
1313

1414
public init(symbologies: [VNBarcodeSymbology]) {
1515
let handler = RxVNRequestCompletionHandler()

0 commit comments

Comments
 (0)