Skip to content

Commit

Permalink
docs(wgsl-analyzer): add missing close paren (#3290)
Browse files Browse the repository at this point in the history
Fix the typo by adding the missing close paren.
  • Loading branch information
Oughie authored Sep 2, 2024
1 parent 3ad5627 commit abb9a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/wgsl_analyzer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cargo install --git https://github.com/wgsl-analyzer/wgsl-analyzer wgsl_analyzer
```
]],
default_config = {
root_dir = [[root_pattern(".git"]],
root_dir = [[root_pattern(".git")]],
},
},
}

0 comments on commit abb9a02

Please sign in to comment.