Skip to content

Commit 903db80

Browse files
authored
uppercase "or"
1 parent 0df95c9 commit 903db80

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
@@ -127,7 +127,7 @@ Multiple options can be specified by separating them with a colon (`:`). For exa
127127
set ASAN_OPTIONS=alloc_dealloc_mismatch=1:symbolize=0
128128
```
129129

130-
or alternatively, through `__asan_defalt_options()`:
130+
Or alternatively, through `__asan_defalt_options()`:
131131

132132
```C++
133133
extern "C" const char* __asan_default_options() {

0 commit comments

Comments
 (0)