Преглед изворни кода

Explain the syntax of stability flags

Fonata пре 5 година
родитељ
комит
6add026df0
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      doc/04-schema.md

+ 3 - 2
doc/04-schema.md

@@ -276,10 +276,11 @@ Example:
 
 All links are optional fields.
 
-`require` and `require-dev` additionally support stability flags ([root-only](04-schema.md#root-package)).
+`require` and `require-dev` additionally support _stability flags_ ([root-only](04-schema.md#root-package)).
+They take the form "_constraint_@_stability flag_". 
 These allow you to further restrict or expand the stability of a package beyond
 the scope of the [minimum-stability](#minimum-stability) setting. You can apply
-them to a constraint, or apply them to an empty constraint if you want to
+them to a constraint, or apply them to an empty _constraint_ if you want to
 allow unstable packages of a dependency for example.
 
 Example: