diff options
| author | bors <bors@rust-lang.org> | 2017-08-20 15:58:05 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-08-20 15:58:05 +0000 |
| commit | c1111dfcac63e86b26942f6096ed2cb43d888a2e (patch) | |
| tree | 62866d1b8e007decdc4c940455f58793d1c8e33d /src/libcore | |
| parent | 3d9f57a2924f244c5ef9503432733143ba702928 (diff) | |
| parent | ee3463eb7f91b781d30e2aeb5e675b1be508ea3d (diff) | |
| download | rust-c1111dfcac63e86b26942f6096ed2cb43d888a2e.tar.gz rust-c1111dfcac63e86b26942f6096ed2cb43d888a2e.zip | |
Auto merge of #43996 - shanavas786:fix-typo, r=frewsxcv
Fix typo in doc
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/array.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/array.rs b/src/libcore/array.rs index 37bd57034a7..b44738b795d 100644 --- a/src/libcore/array.rs +++ b/src/libcore/array.rs @@ -89,7 +89,7 @@ macro_rules! __impl_slice_eq2 { } } -// macro for implementing n-ary tuple functions and operations +// macro for implementing n-element array functions and operations macro_rules! array_impls { ($($N:expr)+) => { $( |
