Skip to content

Commit

Permalink
website: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Mar 28, 2022
1 parent 4474421 commit 4e82daa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ All in all, there are thousands of unique combinations.
Checking all of these would take far too long.

However, the number of build configurations you care about is probably much smaller.
Your software probably support 2-3 operating systems on 1-2 architectures,
Your software probably supports 2-3 operating systems on 1-2 architectures,
and maybe has a debug and a release build.
This makes for a lot fewer combinations that need to be checked.
These are probably the same combinations you're already checking in CI, too, by running their tests.
Expand Down

0 comments on commit 4e82daa

Please sign in to comment.