Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/maintainer/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ systems, the following dependencies can be used:
#### MinGW-based compiler stack for Windows

There exists an alternative, MinGW-based, compiler stack on Windows. To use it,
the following arguments can be passed to the `{[ compiler(...) }}` macro:
the following arguments can be passed to the `{{ compiler(...) }}` macro:

- `m2w64_c` for the C compiler
- `m2w64_cxx` for the C++ compiler
Expand Down
Loading