Skip to content

Commit

Permalink
Fix feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleywiser committed Jul 11, 2015
1 parent 5ee801a commit ed472c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/slice.rs
Expand Up @@ -1033,7 +1033,7 @@ pub trait SliceConcatExt<T: ?Sized> {
/// ```
/// assert_eq!(["hello", "world"].join(" "), "hello world");
/// ```
#[stable(feature = "rust1", since = "1.3.0")]
#[stable(feature = "rename_connect_to_join", since = "1.3.0")]
fn join(&self, sep: &T) -> Self::Output;

/// Flattens a slice of `T` into a single value `Self::Output`, placing a
Expand Down

0 comments on commit ed472c8

Please sign in to comment.