Skip to content

Commit 80fcfc0

Browse files
lazkammuetzel
andcommitted
Update web/docs/c.md
Co-authored-by: Markus Mützel <[email protected]>
1 parent 9ac57b6 commit 80fcfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/docs/c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ With mingw-w64, there are three ways wildcard expansion can be configured:
2525
3. You can link in `CRT_noglob.o` or `CRT_glob.o` to disable or enable wildcard expansion, respectively. This will error out if `_dowildcard` is already set in the source.
2626

2727
```bash
28-
# To enable force-enable wildcard expansion
28+
# To force-enable wildcard expansion
2929
cc main.c $(cc -print-file-name=CRT_glob.o)
3030
# To force-disable wildcard expansion
3131
cc main.c $(cc -print-file-name=CRT_noglob.o)

0 commit comments

Comments
 (0)