We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 705435f + 323551a commit 776a8f4Copy full SHA for 776a8f4
library/core/src/hint.rs
@@ -228,7 +228,7 @@ pub fn spin_loop() {
228
/// This _immediately_ precludes any direct use of this function for cryptographic or security
229
/// purposes.
230
///
231
-/// While not suitable in those mission-critical cases, `back_box`'s functionality can generally be
+/// While not suitable in those mission-critical cases, `black_box`'s functionality can generally be
232
/// relied upon for benchmarking, and should be used there. It will try to ensure that the
233
/// compiler doesn't optimize away part of the intended test code based on context. For
234
/// example:
0 commit comments