diff options
author | Ben Boeckel <mathstuf@users.noreply.github.com> | 2022-10-29 11:56:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 20:56:47 +0900 |
commit | d02e58b4043001c8338583070fb2d85f52f232d6 (patch) | |
tree | ca23da44698b97d1559ea14db01bc410aef443bc /doc/ale-llvm.txt | |
parent | 28cff80652f31d72807493487e92f32fe81648bd (diff) | |
download | ale-d02e58b4043001c8338583070fb2d85f52f232d6.zip |
Doc style fixes (#4344)
* ale.txt: fix indentation
* ale.txt: fix Type and Default markup
* ale.txt: use `not set` instead of `undefined`
This matches the way the variables are referenced in prose about
existence state.
Diffstat (limited to 'doc/ale-llvm.txt')
-rw-r--r-- | doc/ale-llvm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-llvm.txt b/doc/ale-llvm.txt index 2f4a46bd..fff1c305 100644 --- a/doc/ale-llvm.txt +++ b/doc/ale-llvm.txt @@ -9,7 +9,7 @@ g:ale_llvm_llc_executable *g:ale_llvm_llc_executable* *b:ale_llvm_llc_executable* Type: |String| - Default: "llc" + Default: `"llc"` The command to use for checking. This variable is useful when llc command has suffix like "llc-5.0". |