Roi Peker
Committed by GitHub

Merge pull request #1588 from unacorbatanegra/master

  1 +*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*
  2 +
  3 +Every PR must update the corresponding documentation in the `code`, and also the readme in english with the following changes.
  4 +
  5 +## Pre-launch Checklist
  6 +
  7 +- [ ] I updated/added relevant documentation (doc comments with `///`).
  8 +- [ ] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt.
  9 +- [ ] All existing and new tests are passing.