mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
fix typos in diverse files (#3550)
Co-authored-by: Pascal Birchler <pascal.birchler@gmail.com> Co-authored-by: Pascal Birchler <pascalb@google.com> Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
This commit is contained in:
parent
0996d91f0b
commit
0f6405e28d
5 changed files with 8 additions and 8 deletions
|
|
@ -68,7 +68,7 @@ function renderHastNode(
|
|||
return <React.Fragment>{children}</React.Fragment>;
|
||||
}
|
||||
|
||||
// Handle Root Node: Start recursion with initial inherited color
|
||||
// Handle Root Node: Start recursion with initially inherited color
|
||||
if (node.type === 'root') {
|
||||
// Check if children array is empty - this happens when lowlight can't detect language – fallback to plain text
|
||||
if (!node.children || node.children.length === 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue