Skip to content

Commit 471dce5

Browse files
committed
docs: minor grammar fix in packaging.md
1 parent 0f77a5b commit 471dce5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/packaging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ projects.
3030
## Selecting the utils to include
3131

3232
Not all utils are available on all platforms. To get the full set of utils for a
33-
particular platform, you must enable the feature flag with the platform name.
33+
particular platform, you must enable the feature flag corresponding to the platform name.
3434
For example, on Unix-like system, use `--features unix` and `--features windows`
3535
on Windows.
3636

3737
For a more fine-grained selection, you can enable just the features with the
3838
name of the utils you want to include and disable the default feature set.
3939

40-
Additionally, support for SELinux must explicitly enabled with the
40+
Additionally, support for SELinux must be explicitly enabled with the
4141
`feat_selinux` feature.
4242

4343
We recommend including all the utilities that a platform supports.
@@ -62,7 +62,7 @@ them:
6262
- `release-fast`: Every setting is tuned for the best performance, at the cost
6363
of compile time. This binary is still quite large.
6464
- `release-small`: Generates the smallest binary possible. This strips _all_
65-
debug info from the binary and leads to worse backtraces. The performance of
65+
debug info from the binary, resulting in less informative backtraces. The performance of
6666
this profile is also really good as it is close to the `release-fast` profile,
6767
but with all debuginfo stripped.
6868

0 commit comments

Comments
 (0)