Skip to content

Commit d1a63cf

Browse files
authored
remove 'one may use'
1 parent 44f9ace commit d1a63cf

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
@@ -120,7 +120,7 @@ extern "C" const char* __asan_default_options() {
120120
// ... your code below, such as your `main` function
121121
```
122122
123-
Multiple options can be specified by separating them with a colon (`:`). For example, to additionally set `symbolize=0`, one may use:
123+
Multiple options can be specified by separating them with a colon (`:`). For example, to additionally set `symbolize=0`:
124124
125125
126126
```cmd

0 commit comments

Comments
 (0)