mirror of https://github.com/mamba-org/mamba.git
typo
This commit is contained in:
parent
8c862e1927
commit
e20b078ba6
|
@ -40,7 +40,7 @@ namespace mamba::util
|
|||
/// `true` if the instances of two provided types can be compared with operator==.
|
||||
/// Notice that this concept is less restrictive than `std::equality_comparable_with`,
|
||||
/// which requires the existence of a common reference type for T and U. This additional
|
||||
/// restriction makes it impossible to use it in the context here (orginally of sparrow), where
|
||||
/// restriction makes it impossible to use it in the context here (originally of sparrow), where
|
||||
/// we want to compare objects that are logically similar while being "physically" different.
|
||||
// Source:
|
||||
// https://github.com/man-group/sparrow/blob/66f70418cf1b00cc294c99bbbe04b5b4d2f83c98/include/sparrow/utils/mp_utils.hpp#L604-L619
|
||||
|
|
Loading…
Reference in New Issue