We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda7210 commit d7de416Copy full SHA for d7de416
libcasr/src/stacktrace.rs
@@ -279,7 +279,7 @@ pub fn cluster_stacktraces(stacktraces: &[Stacktrace]) -> Result<Vec<usize>> {
279
/// * `crashlines` - slice of crashlines as String
280
///
281
/// * 'clusters' - A vector of the same length as `crashlines`.
282
-/// Vec\[i\] is the flat cluster number to which original casrep i belongs.
+/// Vec\[i\] is the flat cluster number to which original casrep i belongs.
283
284
/// # Return value
285
0 commit comments