Skip to content

Commit 9a20b5b

Browse files
committed
Fix fat-finger incidents
1 parent 9fb374c commit 9a20b5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/specs/devcontainer-features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,11 @@ If a Feature is indicated in `overrideFeatureInstallOrder` but not a member of t
355355
> ## Definitions
356356
> ### Definition: Feature Equality
357357
>
358-
> This specification defines two Features as equal if both Features point to the same exact contents and are executed with > the same options.
358+
> This specification defines two Features as equal if both Features point to the same exact contents and are executed with the same options.
359359
>
360-
> **For Features published to an OCI registry**, two Feature are identical if their manifest digests are equal, and the > options executed against the Feature are equal (compared value by value). Identical manifest digests implies that the tgz contents of the Feature and its entire `devcontainer-feature.json` are identical. If any of these conditions are not met, the Features are considered not equal.
360+
> **For Features published to an OCI registry**, two Feature are identical if their manifest digests are equal, and the options executed against the Feature are equal (compared value by value). Identical manifest digests implies that the tgz contents of the Feature and its entire `devcontainer-feature.json` are identical. If any of these conditions are not met, the Features are considered not equal.
361361
>
362-
> **For Features fetched by HTTPS URI**, two Features are identical if the contents of the tgz are identical (hash to the > same value), and the options executed against the Feature are equal (compared value by value). If any of these conditions are not met, the Features are considered not equal.
362+
> **For Features fetched by HTTPS URI**, two Features are identical if the contents of the tgz are identical (hash to the same value), and the options executed against the Feature are equal (compared value by value). If any of these conditions are not met, the Features are considered not equal.
363363
>
364364
> **For local Features**, each Feature is considered unique and not equal to any other local Feature.
365365
>
@@ -394,7 +394,7 @@ If a Feature is indicated in `overrideFeatureInstallOrder` but not a member of t
394394
>
395395
> Each node in the graph has an implicit, default `roundPriority` of 0.
396396
>
397-
> To influence installation order globally while still honoring the dependency graph of built in **(1)**, `roundPriority` values may be tweaks for each Feature. When each round is calculated in **(3)**, only the Features equal to the max `roundPriority` of that set will be committed (the remaining will be > uncommitted and reevaulated in subsequent rounds).
397+
> To influence installation order globally while still honoring the dependency graph of built in **(1)**, `roundPriority` values may be tweaks for each Feature. When each round is calculated in **(3)**, only the Features equal to the max `roundPriority` of that set will be committed (the remaining will be uncommitted and reevaulated in subsequent rounds).
398398
>
399399
> The `roundPriority` is set to a non-zero value in the following instances:
400400
>

0 commit comments

Comments
 (0)