docs(wgsl-analyzer): add missing close paren (#3290)

Fix the typo by adding the missing close paren.
This commit is contained in:
Oughie 2024-09-02 14:28:56 +02:00 committed by GitHub
parent 3ad562700d
commit abb9a0227b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")]],
},
},
}