Skip to content

Commit

Permalink
Fix typo (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin authored Jul 15, 2024
1 parent c338e0d commit 99f85df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/fork/marker-inherit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ are used to ignore dependencies which cannot possibly be installed by a
resolution produced by that fork.
In this example, the `a<2` dependency is only active on Darwin
platforms. But the `a==1.0.0` distribution has a dependency on on `b`
platforms. But the `a==1.0.0` distribution has a dependency on `b`
that is only active on Linux, where as `a==2.0.0` does not. Therefore,
when the fork provoked by the `a<2` dependency considers `b`, it should
ignore it because it isn't possible for `sys_platform == 'linux'` and
Expand Down

0 comments on commit 99f85df

Please sign in to comment.