File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ use crate::fmt;
2424/// [`with`]) within a thread, and values that implement [`Drop`] get
2525/// destructed when a thread exits. Some platform-specific caveats apply, which
2626/// are explained below.
27- /// Note that, should the destructor panics , the whole process will be [aborted].
27+ /// Note that, should the destructor panic , the whole process will be [aborted].
2828///
2929/// A `LocalKey`'s initializer cannot recursively depend on itself. Using a
30- /// `LocalKey` in this way may cause panics, aborts or infinite recursion on
30+ /// `LocalKey` in this way may cause panics, aborts, or infinite recursion on
3131/// the first call to `with`.
3232///
3333/// [aborted]: crate::process::abort
You can’t perform that action at this time.
0 commit comments