Auto merge of #14090 - meetmangukiya:patch-1, r=emilio

Grammatically correct the statement of bluetooth directory

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors -- *Didn't check because it is doc update*
- [ ] `./mach test-tidy` does not report any errors -- *Didn't check because it is doc update*
- [ ] These changes fix #__ (github issue number if applicable). -- *Didn't care to file a issue, but I can if it is needed*

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because : It is a documentation update

<!-- 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/14090)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-11-06 12:28:33 -06:00 committed by GitHub
commit fc9c1d2d7e

View file

@ -1,7 +1,7 @@
# Servo's directory structure: # Servo's directory structure:
* components * components
* bluetooth * bluetooth
* Implementation the bluetooth thread. * Implementation of the bluetooth thread.
* bluetooth_traits * bluetooth_traits
* APIs to the bluetooth crate for crates that don't want to depend on the bluetooth crate for build speed reasons. * APIs to the bluetooth crate for crates that don't want to depend on the bluetooth crate for build speed reasons.
* canvas * canvas