Improve wording

This commit is contained in:
Hanno Braun 2023-10-09 10:42:34 +02:00
parent 418b08f5b8
commit 2893bbc2f6

View File

@ -28,7 +28,7 @@ impl<T: CurveBoundariesPayload> CurveBoundaries<T> {
// the removed element's boundary matches the boundary provided // the removed element's boundary matches the boundary provided
// to us. // to us.
// //
// This is what the caller was asking for. Return it! // This is what the caller is asking for. Return it!
Some(payload) Some(payload)
} }
_ => { _ => {