Skip to content

Commit

Permalink
Fixed doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed Mar 15, 2022
1 parent 0bb7545 commit 8c877e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_reflect/src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ pub fn map_partial_eq<M: Map>(a: &M, b: &dyn Reflect) -> Option<bool> {
/// # Example
/// ```
/// use bevy_reflect::Reflect;
/// use bevy_utils::HashMap;
///
/// let mut my_map = HashMap::new();
/// my_map.insert(123, String::from("Hello"));
Expand Down

0 comments on commit 8c877e6

Please sign in to comment.