Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 5191267

Browse files
author
Hendrik van Antwerpen
committed
Fix comment
1 parent 29fcf86 commit 5191267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack-graphs/src/partial.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ impl PartialSymbolStack {
599599
!self.symbols.is_empty()
600600
}
601601

602-
/// Returns whether this partial symbol stack has a symbol stack variable variable.
602+
/// Returns whether this partial symbol stack has a symbol stack variable.
603603
#[inline(always)]
604604
pub fn has_variable(&self) -> bool {
605605
!self.variable.is_some()

0 commit comments

Comments
 (0)