Skip to content

Commit 5e8aa0f

Browse files
committed
Fix small typo
1 parent 085784b commit 5e8aa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreMLPlayer/Classes/Base.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class Base {
109109
for c in classificationObservations {
110110
labels.append((label: c.identifier, confidence: String(format: "%.4f", c.confidence)))
111111
}
112-
let label = "\(mainObject.identifier) (\(mainObject.confidence)"
112+
let label = "\(mainObject.identifier) (\(mainObject.confidence))"
113113
let newObject = DetectedObject(
114114
id: mainObject.uuid,
115115
label: label, //mainObject.identifier,

0 commit comments

Comments
 (0)