From 6fd75590fc91a1046eb7361a0b3e04f5ad2080d3 Mon Sep 17 00:00:00 2001 From: diffuse <48339639+diffuse@users.noreply.github.com> Date: Sat, 28 May 2022 13:43:35 -0400 Subject: [PATCH] Convert "usecases" to "use cases" --- src/destructors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/destructors.md b/src/destructors.md index 3d99961..e70c5e1 100644 --- a/src/destructors.md +++ b/src/destructors.md @@ -120,7 +120,7 @@ Next variant. In general this works really nicely because you don't need to worry about adding/removing drops when you refactor your data layout. Still there's -certainly many valid usecases for needing to do trickier things with +certainly many valid use cases for needing to do trickier things with destructors. The classic safe solution to overriding recursive drop and allowing moving out