diff options
| author | Satya Rohith <gsatyarohith@gmail.com> | 2019-01-04 15:40:57 +0530 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-04 05:10:57 -0500 |
| commit | ed80bcb02a1ca92ca603e5986e83b6ebe030f22e (patch) | |
| tree | ea6fa3e96161f5115f5718503b2ac51101135f9d | |
| parent | f918e3faac851eedaa12b785597debb20117cc81 (diff) | |
docs(readme): fix small typo (denoland/deno_std#82)
Original: https://github.com/denoland/deno_std/commit/e504e545249c12b64b0e7e0ffe0706170a884b70
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ Most files in `deno_std` should have the following copyright header: ``` If the code originates elsewhere, ensure that the file has the proper copyright -headers. We only allows MIT, BSD, and Apache licensed code in `deno_std`. +headers. We only allow MIT, BSD, and Apache licensed code in `deno_std`. ### Top level functions should not use arrow syntax |
