Skip to content

Commit 5faff5d

Browse files
committed
Rollup merge of #28474 - tshepang:repetition, r=steveklabnik
It's clear it's the one being documented
2 parents 7a5cd3c + 25cc001 commit 5faff5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ops.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ use fmt;
9494
#[lang = "drop"]
9595
#[stable(feature = "rust1", since = "1.0.0")]
9696
pub trait Drop {
97-
/// The `drop` method, called when the value goes out of scope.
97+
/// A method called when the value goes out of scope.
9898
#[stable(feature = "rust1", since = "1.0.0")]
9999
fn drop(&mut self);
100100
}

0 commit comments

Comments
 (0)