From 89cd6770aeff8d4ad81c54f26abb00285dcab882 Mon Sep 17 00:00:00 2001 From: Asger F Date: Thu, 25 Jun 2026 13:18:27 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- unified/extractor/ast_types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unified/extractor/ast_types.yml b/unified/extractor/ast_types.yml index b6b3a5e1701..73f8ac7f66d 100644 --- a/unified/extractor/ast_types.yml +++ b/unified/extractor/ast_types.yml @@ -115,7 +115,7 @@ named: # A literal backed by a keyword such as `nil`, `null`, or `nullptr`. # - # Altough nil/null are keyword literals in many languages there should be + # Although nil/null are keyword literals in many languages there should be # no attempt to normalize "null-like" named entities, like Python's `None`. builtin_expr: