Skip to content

Commit a6dcbf8

Browse files
Merge pull request #35 from AntonC9018/master
A grammatical and a typographic correction
2 parents bc5361c + 2cf00bf commit a6dcbf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

views/package_format_json.dt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ block body
241241
tr
242242
td dependencies
243243
td: code T[string]
244-
td List of project dependencies given as pairs of <code>"&lt;name&gt;" : &lt;version-spec&gt;</code> - see <a href="#version-specs">next section</a> for how version specifications look like - this setting does not support platform suffixes
244+
td List of project dependencies given as pairs of <code>"&lt;name&gt;" : &lt;version-spec&gt;</code> - see <a href="#version-specs">next section</a> for what version specifications look like - this setting does not support platform suffixes
245245

246246
tr
247247
td systemDependencies

views/package_format_sdl.dt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ block body
212212
tr
213213
td dependency
214214
td: code "&lt;name&gt;" ...
215-
td Adds a single dependency of the given name, attributes are used to configure the version/path to use - see <a href="#version-specs">next section</a> for how version specifications look like. Use multiple <code>dependency</code> directives to add more than one dependency - this setting does not support the platform attribute
215+
td Adds a single dependency of the given name, attributes are used to configure the version/path to use - see <a href="#version-specs">next section</a> for what version specifications look like. Use multiple <code>dependency</code> directives to add more than one dependency - this setting does not support the platform attribute
216216

217217
tr
218218
td systemDependencies
@@ -643,7 +643,7 @@ block body
643643

644644
tr
645645
td platforms
646-
td: code "&lt;spec1&gt; ["&lt;spec2&gt;" [...]]
646+
td: code "&lt;spec1&gt;" ["&lt;spec2&gt;" [...]]
647647
td A list of <a href="#platform-specs">platform specifiers</a> to limit on which platforms the configuration applies
648648

649649
h2#build-types Build types

0 commit comments

Comments
 (0)