]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/nomicon/src/destructors.md
New upstream version 1.63.0+dfsg1
[rustc.git] / src / doc / nomicon / src / destructors.md
index 3d999613895890e6340965361ca21af6266f33c5..e70c5e1d4877bc74a3bf6aebee234e746ebcf884 100644 (file)
@@ -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