Skip to content

Commit

Permalink
Fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleymackey committed Jan 6, 2024
1 parent ba3e58c commit 454415b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/detect/swift/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public struct Stack<T>: Equatable where T: Equatable {
if items.isEmpty {
"The stack is empty"
} else {
"\(count) items in the stack"
"\(items.count) items in the stack"
}
}
}

0 comments on commit 454415b

Please sign in to comment.