diff options
| author | Shanavas M <shanavas@disroot.org> | 2017-08-20 11:04:02 +0300 |
|---|---|---|
| committer | Shanavas M <shanavas@disroot.org> | 2017-08-20 11:07:42 +0300 |
| commit | ee3463eb7f91b781d30e2aeb5e675b1be508ea3d (patch) | |
| tree | ba7d9cf5e9be03917461f420b438e5a8e2d5169b /src/libcore/array.rs | |
| parent | 498a8f36bfbafa3800698c826f5ae3f8b36a785c (diff) | |
| download | rust-ee3463eb7f91b781d30e2aeb5e675b1be508ea3d.tar.gz rust-ee3463eb7f91b781d30e2aeb5e675b1be508ea3d.zip | |
Fix typo in doc
Diffstat (limited to 'src/libcore/array.rs')
| -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)+) => { $( |
