Skip to content

Commit 474c1ad

Browse files
COPYRIGHT: Apply suggestions from code review
Co-authored-by: Jakub Beránek <[email protected]>
1 parent 249479a commit 474c1ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

COPYRIGHT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ We track licenses for third-party materials in two ways:
2020

2121
* We use [REUSE](https://reuse.software) to track license information for
2222
in-tree source files - both those authored by the Rust project and those
23-
authored by third-parties. See `REUSE.toml`, and our cached output of the
23+
authored by third parties. See `REUSE.toml`, and our cached output of the
2424
`reuse` tool which is committed to `license-metadata.json`.
2525
* We use `cargo` to track license information for out-of-tree dependencies.
2626

2727
These two sources of information are collected by the tool `generate-copyright`
2828
into a file called `COPYRIGHT.html`, which is shipped with each binary release
29-
of Rust. Please refer that file for detailed information as to the components of
30-
any given Rust release. We also produce a `COPYRIGHT-library.html` which only
29+
of Rust. Please refer to that file for detailed information as to the components of
30+
any given Rust release. We also produce a `COPYRIGHT-library.html` file which only
3131
covers the subset of source code used in the Rust Standard Library, as opposed
3232
to the toolchain as a whole.

0 commit comments

Comments
 (0)