Skip to content

Commit efea361

Browse files
chore/#177 :: 주석 description으로 변경
Co-authored-by: YeongHoon Song <[email protected]>
1 parent 6b6d7f4 commit efea361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhotoGether/DomainLayer/PhotoGetherDomain/PhotoGetherDomain/UseCaseImpl/CaptureVideosUseCaseImpl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public final class CaptureVideosUseCaseImpl: CaptureVideosUseCase {
3535
}
3636
}
3737

38-
// case의 순서는 참가자의 참가 순서에 따른 화면 배치이고 sequence는 이미지 데이터 전달할 때의 배열 순서입니다
38+
/// case의 순서는 참가자의 참가 순서에 따른 화면 배치이고 sequence는 이미지 데이터 전달할 때의 배열 순서입니다
3939
private enum PositionOder: Int {
4040
case topLeading
4141
case bottomTrailing

0 commit comments

Comments
 (0)