diff options
author | Sandeep Hegde <dsandeephegde@gmail.com> | 2017-11-10 20:22:12 -0500 |
---|---|---|
committer | Sandeep Hegde <dsandeephegde@gmail.com> | 2017-11-10 20:22:12 -0500 |
commit | 6e66c0d1ef9a98c03d8b7af6d5a641e7e49e593e (patch) | |
tree | ca2e3a4b391f0a0ad21cdf8a899c4184ef3a4379 | |
parent | f6f454505e29485bd9af879b7eed52f745b92a0e (diff) | |
download | servo-6e66c0d1ef9a98c03d8b7af6d5a641e7e49e593e.tar.gz servo-6e66c0d1ef9a98c03d8b7af6d5a641e7e49e593e.zip |
Corrected typo in Readme
-rw-r--r-- | python/servo/mutation/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/mutation/README.md b/python/servo/mutation/README.md index bc9c5f2eea6..46dd3287605 100644 --- a/python/servo/mutation/README.md +++ b/python/servo/mutation/README.md @@ -5,7 +5,7 @@ The motivation for mutation testing is to test the breadth coverage of tests for For more info refer [Wiki page](https://en.wikipedia.org/wiki/Mutation_testing).
-Here Mutation testing is used to test the coverage of WPT for Servo's browsing engine.
+Here Mutation testing is used to test the coverage of WPT for Servo's browser engine.
### Mutation Strategy
This version of mutation testing consists of a Python script that finds random uses of && in Servo's code base and replaces them by ||. The expectation from the WPT tests is to catch this mutation and result in failures when executed on the corresponding code base.
|