Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
harupy committed Dec 25, 2022
1 parent 6b41726 commit 6c9ce16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/helpers.rs
Expand Up @@ -397,7 +397,7 @@ pub fn identifier_range(stmt: &Stmt, locator: &SourceCodeLocator) -> Range {
Range::from_located(stmt)
}

/// Return the `Range` for `name` in an exception handler.
/// Return the `Range` of `name` in an exception handler.
pub fn excepthandler_name_range(
handler: &Excepthandler,
locator: &SourceCodeLocator,
Expand Down

0 comments on commit 6c9ce16

Please sign in to comment.