Update assignment 8

This commit is contained in:
Minseong Jang
2022-10-20 12:34:52 +09:00
committed by GitHub
parent 87081c4ffc
commit a3bc683743

View File

@@ -28,7 +28,7 @@ pub enum Either2<T1, T2> {
/// The inner value.
inner: T1,
},
/// Case 1.
/// Case 2.
Case2 {
/// The inner value.
inner: T2,