File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
libmamba/include/mamba/util Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ namespace mamba::util
83
83
84
84
/* * Locks multiple mutex objects using the most constrained sharing lock available for that
85
85
mutex type.
86
- @returns A tuple of scoped locking objects, one for each mutex. The exact types depends on the
87
- mutex types.
86
+ @returns A tuple of scoped locking objects, one for each mutex. The exact types depends on
87
+ the mutex types.
88
88
*/
89
89
template <Mutex... M>
90
90
requires (sizeof ...(M) > 1 )
@@ -129,7 +129,7 @@ namespace mamba::util
129
129
namespace details
130
130
{
131
131
template <typename T>
132
- T& ref_of (); // used only in non-executed contexts
132
+ T& ref_of (); // used only in non-executed contexts
133
133
}
134
134
135
135
/* * Scoped locking type that would result from locking the provided mutex in the most
You can’t perform that action at this time.
0 commit comments