1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00

docs(readme): fix small typo (denoland/deno_std#82)

Original: e504e54524
This commit is contained in:
Satya Rohith 2019-01-04 15:40:57 +05:30 committed by Ryan Dahl
parent f918e3faac
commit ed80bcb02a

View file

@ -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