From 2196738f0b37ec3ef092e74d72374daf3e2a05c2 Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Wed, 28 Jan 2026 14:23:36 -0800 Subject: [PATCH] fix doc typo --- src/trees/treeseq.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trees/treeseq.rs b/src/trees/treeseq.rs index bca2e4ec..0f76adbd 100644 --- a/src/trees/treeseq.rs +++ b/src/trees/treeseq.rs @@ -220,7 +220,7 @@ impl TreeSequence { /// } /// ``` /// - /// ## Coupled liftimes + /// ## Coupled lifetimes /// /// A `Tree`'s lifetime is tied to that of its tree sequence: ///