diff --git a/PoopDetector/Screens/CaptureView/CaptureView.swift b/PoopDetector/Screens/CaptureView/CaptureView.swift index 842221a..193fcbe 100644 --- a/PoopDetector/Screens/CaptureView/CaptureView.swift +++ b/PoopDetector/Screens/CaptureView/CaptureView.swift @@ -8,7 +8,7 @@ import PhotosUI import SwiftUI -/// Caputer view that shows capture screen +/// View that shows Capture screen @MainActor struct CaptureView: View { @Environment(\.modelContext) var modelContext