Skip to content

Commit 804cae3

Browse files
authored
Rollup merge of rust-lang#95461 - nyurik:spelling, r=lcnr
Spellchecking some comments This PR attempts to clean up some minor spelling mistakes in comments
2 parents ae2f203 + 93aedb6 commit 804cae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/arbitrary_self_types_pointers_and_wrappers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl<T: DispatchFromDyn<U>, U> DispatchFromDyn<Wrapper<U>> for Wrapper<T> {}
3636

3737
trait Trait {
3838
// This method isn't object-safe yet. Unsized by-value `self` is object-safe (but not callable
39-
// without unsized_locals), but wrappers arond `Self` currently are not.
39+
// without unsized_locals), but wrappers around `Self` currently are not.
4040
// FIXME (mikeyhew) uncomment this when unsized rvalues object-safety is implemented
4141
// fn wrapper(self: Wrapper<Self>) -> i32;
4242
fn ptr_wrapper(self: Ptr<Wrapper<Self>>) -> i32;

0 commit comments

Comments
 (0)