Skip to content

Commit

Permalink
update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSWard committed Jun 25, 2021
1 parent a630463 commit 076f54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_reflect/src/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{
hash::{Hash, Hasher},
};

/// An ordered, static-sized, mutable array of [`Reflect`] items.
/// A static-sized array of [`Reflect`] items.
/// This corresponds to types like `[T; N]` (arrays)
pub trait Array: Reflect {
fn get(&self, index: usize) -> Option<&dyn Reflect>;
Expand Down

0 comments on commit 076f54e

Please sign in to comment.