Skip to content

Commit e23f242

Browse files
authored
grammar: start sentence with "Or" not "or"
1 parent 7a9766b commit e23f242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sanitizers/asan-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For example, to select the [`alloc_dealloc_mismatch`](./error-alloc-dealloc-mism
110110
set ASAN_OPTIONS=alloc_dealloc_mismatch=1
111111
```
112112

113-
or alternatively use the user-function
113+
Or alternatively use the user-function
114114

115115
```C++
116116
extern "C" const char* __asan_default_options() {

0 commit comments

Comments
 (0)