Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Nov 29, 2023
1 parent 9ecfd7c commit 429b6d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct MapperToUI {

func initialScanState(_ brokerProfileQueryData: [BrokerProfileQueryData]) -> DBPUIInitialScanState {
// Total and current scans are misleading. The UI are counting this per broker and
// not by the total real cans that the app is doing.
// not by the total real scans that the app is doing.
let profileQueriesGroupedByBroker = Dictionary.init(grouping: brokerProfileQueryData, by: { $0.dataBroker.name })

let totalScans = profileQueriesGroupedByBroker.reduce(0) { accumulator, element in
Expand Down

0 comments on commit 429b6d0

Please sign in to comment.