mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #13958 - JRodDynamite:master, r=KiChjang
Minor grammatical corrections in docs <!-- Please describe your changes on the following line: --> Simple minor grammatical errors I found when going through the docs. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because _they are doc changes._ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13958) <!-- Reviewable:end -->
This commit is contained in:
commit
793ac2ca77
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ For more exhaustive documentation:
|
|||
|
||||
## Cargo and Crates
|
||||
|
||||
A Rust library is called a crate. Servo uses plenty of crates. These crates are dependencies. They are listed in files called `Cargo.toml`. Servo is split in components and ports (see `components` and `ports` directories). Each has its own dependencies, and each has its own `Cargo.toml` file.
|
||||
A Rust library is called a crate. Servo uses plenty of crates. These crates are dependencies. They are listed in files called `Cargo.toml`. Servo is split into components and ports (see `components` and `ports` directories). Each has its own dependencies, and each has its own `Cargo.toml` file.
|
||||
|
||||
`Cargo.toml` files list the dependencies. You can edit this file.
|
||||
|
||||
|
@ -129,7 +129,7 @@ For more details about overriding dependencies, see [Cargo's documentation](http
|
|||
|
||||
### Logging:
|
||||
|
||||
Before starting the debugger right away, you might want get some information about what's happening, how, and when. Luckily, Servo comes with plenty of logs that will help us. Type these 2 commands:
|
||||
Before starting the debugger right away, you might want to get some information about what's happening, how, and when. Luckily, Servo comes with plenty of logs that will help us. Type these 2 commands:
|
||||
|
||||
``` shell
|
||||
./mach run -d -- --help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue