Minor comment typo fix. (#315)
This commit is contained in:
@@ -122,7 +122,7 @@ mod details {
|
|||||||
/// Accumulated timing information for a single pass.
|
/// Accumulated timing information for a single pass.
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
struct PassTime {
|
struct PassTime {
|
||||||
/// Total time spent running this pas including children.
|
/// Total time spent running this pass including children.
|
||||||
total: Duration,
|
total: Duration,
|
||||||
|
|
||||||
/// Time spent running in child passes.
|
/// Time spent running in child passes.
|
||||||
|
|||||||
Reference in New Issue
Block a user