Skip to content

Commit 44f9ace

Browse files
authored
incorporate feedback
1 parent e23f242 commit 44f9ace

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 (i.e `:`). 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`, one may use:
124124
125125
126126
```cmd

0 commit comments

Comments
 (0)