diff --git a/egui_node_graph/src/traits.rs b/egui_node_graph/src/traits.rs index 2f5c6d6..1c80490 100644 --- a/egui_node_graph/src/traits.rs +++ b/egui_node_graph/src/traits.rs @@ -21,7 +21,7 @@ pub trait DataTypeTrait: PartialEq + Eq { /// The name of this datatype. Return type is specified as Cow because /// some implementations will need to allocate a new string to provide an - /// answer while others won't. + /// answer while others won't. /// /// ## Example (borrowed value) /// Use this when you can get the name of the datatype from its fields or as